AndreaVidali / Deep-QLearning-Agent-for-Traffic-Signal-Control

A framework where a deep Q-Learning Reinforcement Learning agent tries to choose the correct traffic light phase at an intersection to maximize traffic efficiency.
MIT License
405 stars 146 forks source link

why sumo-gui run so slow #5

Closed ynuwm closed 4 years ago

ynuwm commented 5 years ago

First, thank you for your code. But I run so slow both on sumo and sumo-gui, when I change the network from full-connected to CNN. Can you tell me why the simulation run so slow, ten minute gone, I still can't see one episode result.

AndreaVidali commented 5 years ago

I am sorry but your problem seems not related to an issue on the repo code. My advice is to profile your code to check where the algorithm is taking so much time.