gym-traffic
gym-traffic copied to clipboard
OpenAI Gym Environment for Traffic Control
I have the next error, in the example: "example_gym_traffic_dqn". Could you help me? Python 3.6.8 (tags/v3.6.8:3c6b436a57, Dec 24 2018, 00:16:47) [MSC v.1916 64 bit (AMD64)] on win32 Type "help", "copyright",...
I changed some of you code in __init__.py since there are problems on finding the module. Right now, I get the problem "'nvec (counts) have to be positive'". I have...
whenever I try to run the examples I get the following error. No module named 'dqn'
I want to play around with the tool, but when I run the example: `python examples/example_gym_traffic_dqn.py` I get an error saying python cannot find the `traci` module. I've been going...
Dear Ben, In my case, I had several errors. What kind of Gym version did you use ? I used the following packages. ---------------------- gym (0.8.2) gym-pull (0.1.7) tensorflow (1.0.1)...