Closed kurkurzz closed 2 years ago
I've had a same issue, try running python setup.py
in sumo-rl folder, hopefully that helps
Running python setup.py
will prompt this error:
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
error: no commands supplied
I also tried running python setup.py install
, it is still not registered to gym
The README has instructions on how to install the repo:
git clone https://github.com/LucasAlegre/sumo-rl cd sumo-rl pip install -e .
I got the error when running the code provided in the documentation. I already:
Do I need to register sumo-rl env somewhere?