Install¶
Prerequisite: Make sure you have SUMO installed in your system. This procedure should be carried out separately, by following the instructions provided here.
Option 1: Install the latest stable version from PyPI:
pip install routerl
Option 2: Clone this repository for latest version, and manually install its dependencies:
git clone https://github.com/COeXISTENCE-PROJECT/RouteRL.git cd RouteRL pip install -r requirements.txt
Reproducibility capsule¶
We have an experiment script encapsulated in a CodeOcean capsule. This capsule allows demonstrating RouteRL’s capabilities without the need for SUMO installation or dependency management.
Visit the capsule link.
Create a free CodeOcean account (if you don’t have one).
Click Reproducible Run to execute the code in a controlled and reproducible environment.