-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replay doesn't show cars #124
Comments
I have the same problem |
I have solved this problem. It means the replay.txt file which you generate by your own model lacks of two important values: the length and the width of this vehicle. You can compare the replay.txt you generate with the example files. Good luck! |
I also got this, thanks for your reply. It's really wierd. |
@traderforce @luxueliang1996 @traderforce Did you solved it? |
Hi, I also had this problem, got roadnetLogFile and replayLogFile, and the road, the number of vehicles, the current step is displayed correctly, but, the same vehicles are not displayed in the replay, I checked the page, it is consistent with yours, in google There is only one warning in the browser: DevTools failed to load source map: Could not load content for file:///D:/Harry/WangZhiwen/CityFlow-master/CityFlow-master/frontend/pixi.min.js.map : System error: net::ERR_FILE_NOT_FOUND, before that, I have downloaded the js to the local and modified the script reference path in html, otherwise the browser will explode the error of net::ERR_FILE_NOT_FOUND, I hope to get your advice, maybe What are the reasons why the vehicle does not show up? |
Hello, can you tell me how to solve this problem? |
Hello, I also have this problem. Can you tell me how to solve it through codes? |
Did you specify length and width in |
Yes, the flow.json file has width and length. And I found that some algorithms run the results to display the vehicle normally, and some don't. |
Could you please give more detail about what kind of algorithm generates abnormal behavior? |
When I run CoLight, CoLight can't display the vehicle, but MPLight can do it normally. Now my research is mainly running these two algorithms. |
Weird, different algorithms should not influence replay behavior, there might be some problem in Python code or settings in config file, e.g. |
I'm also confused, the CoLight replay behavior is normal, it's just missing the display vehicle, but the length and width are valuable, which is confusing to me. I like this research direction very much, which is in progress as my master's research direction. I want a gym version of cityflow environment for multi-intersection traffic signal control. I don't know if there is a reusable work project, or I need to do it myself Work? |
checkout this repo |
Thank you very much. |
I run a example test program and I want to see the simulation situation on the index.html. The signal changes can be seen but there are no cars on the road. Can anybody say what the possible reasons are? Thanks!
The text was updated successfully, but these errors were encountered: