Skip to content

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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