Open datouwenwen opened 4 years ago
the data generation is under the document of CityFlow, you might find their doc useful here: https://cityflow.readthedocs.io/en/latest/roadnet.html
Even the same problem occurred to me while I implemented runexp.py file.
So I am
just remove the path in anon_env.py and it should work
"roadnetLogFile": "roadnetLogFile.json",
"replayLogFile": "replayLogFile.txt"
#"replayLogFile": "frontend/web/replayLogFile.txt"
Thanks! But I wonder why this way works? Can you give me some advices? How you find this method to fix this error?
I use pdb to follow this error"write roadnet file error", but I can't locate the real location where this error occurs. I set the thread_nums=1, and use pdb to run step by step, no error occurs, it's so weird!
hello, i wonder whether you implement the data generation of roadnetLogFile and replayLogFile. After i run runexp.py, an error information "write roadnet file error" appears. Thanks a lot