Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 583 Bytes

File metadata and controls

13 lines (7 loc) · 583 Bytes

Example Usage of reinforcement-learning-sumo

To run this example:

  1. clone the reinforcement-learning-sumo repository

  2. cd reinforcement-learning-sumo

  3. Install the required packages using your favorite package manager (pip install -r ./requirements.txt) in a virtual environment

  4. Install the reinforcement-learning-sumo package into the python environment with pip install -e .

  5. Run the example script with: cd example && . ./run.sh