wingsweihua / colight

CoLight: Learning Network-level Cooperation for Traffic Signal Control
http://personal.psu.edu/hzw77/publications.html
160 stars 58 forks source link

How to replay after training and testing? #6

Open zhengxuyu opened 4 years ago

zhengxuyu commented 4 years ago

How to replay the replaylog.txt file after running "python -O runexp.py"

wingsweihua commented 4 years ago

This is a feature supported by Cityflow. Please refer to this page

dmitrykazhdan commented 4 years ago

Hi, In my case, there seems to be no "replayLogFile" file generated at all, even when I set the "SAVEREPLAY" flag to "True" in the runexp.py file.

Janaegj commented 4 years ago

Hi,I have the same problem that I can not generate the replay file

kclim2 commented 4 years ago

i used the index.html provided by CityFlow and successfully begin the 6x6 intersection replay trained with 100 rounds. i can see the 'Number of vehicles' fluctuate around 280 and 'Current Step' increased. the traffic lights of each of the 6x6 intersections changes between phases but no vehicle rendered in the map at all. any idea why vehicle is not display?