intelligent_traffic_lights icon indicating copy to clipboard operation
intelligent_traffic_lights copied to clipboard

Traffic Lights Control with Deep Learning

Results 9 intelligent_traffic_lights issues
Sort by recently updated
recently updated
newest added

Hello. First of all, thank you for your public source. I have a question. I wonder what Reward means in this model. Usually, the queue is Reward for other models,...

I can't start from the code it always gives me the same error: with open(args['config'], 'r') as ymfile: TypeError: expected str, bytes or os.PathLike object, not NoneType can you help...

Thank you for sharing your coding. When I ran python train.py -c config.yaml, it gave error FileNotFoundError: [Errno 2] No such file or directory: './cfg/episode_routes.rou.xml' I checked that folder and...

Hii Suess, the config.yml line throws up the error below when I run: expected str, bytes or os.pathlike object, not nonetype what could be wrong? It's not the SUMO_HOME path/environmental...

Hello! I am currently trying to run your project via docker. The dockerfile also installs sumo in the environment. However currently it isn't quite working because it is throwing the...

hi, i'm trying to plot the graphs, but i don't know where i can find the data. thank you for your great work .

Can I ask how to use this project to implement SUMO traffic simulation? In other words, could you provide complete test.py code?

how to run this program on colab?

Hello thank you so much for your great work i would like to ask you how can i implement it on real case for example after changing my osm map...