-
Notifications
You must be signed in to change notification settings - Fork 9
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
How get get values of all the scenarios in paper? #15
Comments
The state changes need to be designed in the file tsc_wrapper.py. Additionally, the insertion of long-tail scenarios should be implemented within the SUMO simulation setup. |
Thank you for the reply and your patience, if you don’t mind, could you please eloborate the process and the steps clearly if possible since we have a presentation tomorrow. |
here’s a clear explanation with examples: 2.Simulating Observation Delays: |
The traffic flow files I provided include ambulances. Emergency scenarios are considered long-tail cases, which are overlooked in the design of reward functions for RL models. Regarding communication degradation, the relevant code is already included in the wrapper file. However, communication delays are not currently reflected in the code, and this aspect could be further expanded. For data reading, the built-in functions may not yet explicitly extract and output data for emergency vehicles. I will work on improving this in the future—thank you for pointing it out. Normally, the trip_info.xml file outputs data categorized by vehicle type. You can also try modifying the code to calculate based on vehicle types. Please refer to the following link: |
Thank you for the reply, after running the trip info.xml we got this
but in paper 4 scenarios Normal scenarios(normal vehicles, emergency vehicles) and Degraded communication scenarios(normal vehicles, emergency vehicles), are there.How to get results in these cases?
The text was updated successfully, but these errors were encountered: