To run this example:
-
clone the reinforcement-learning-sumo repository
-
cd reinforcement-learning-sumo
-
Install the required packages using your favorite package manager (
pip install -r ./requirements.txt
) in a virtual environment -
Install the
reinforcement-learning-sumo
package into the python environment withpip install -e .
-
Run the example script with:
cd example && . ./run.sh