LiangZhang1996 / Advanced_XLight

Official code for "Expression is enough: Improving traffic signal control with advanced traffic state representation ".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

experimental results

Clown1206 opened this issue · comments

How can I get the experimental results in the paper (e.g. mean travel time)?

First, configure the used dataset and run run_advanced_colgiht.py or run_advanced_mplight.py;
Then, configure the used memory and run summary.py.

First, configure the used dataset and run run_advanced_colgiht.py or run_advanced_mplight.py; Then, configure the used memory and run summary.py.

Thank you, I got the experimental result, but I still have a question, you got the result by recording the entry and departure time of the vehicle, cityflow.get_average_travel_time() is the same function, if I use sumo, Is the statistical result of trip_info file the same as your calculation method?

I haven't conducted it use SUMO, and I am not sure.