Installation ============ To install **PyTSC**, clone the repository and install its dependencies: .. code-block:: bash git clone https://github.com/rbokade/pytsc cd pytsc pip install -e . Required Simulators -------------------- PyTSC supports multiple simulation backends. You can choose one based on your requirements: - `SUMO `__ - `CityFlow `__ Required MARL Libraries ------------------------ PyTSC is compatible with several Multi-Agent Reinforcement Learning (MARL) frameworks. You can use any of the following frameworks to train your agents: - `PyMARL `__ - `EPyMARL `__ - `Ray RLlib `__ - `MARLlib `__