-
Notifications
You must be signed in to change notification settings - Fork 190
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
The simulation scene is terminated before the set condition #657
Comments
@guanjiayi Hello, thank you for the question. I need more information so that I can answer you. Are you using Are you seeing any errors when the simulation exits? If you are using |
@Gamenot Hello, Thank you for your reply. I Create my own training, but it base on the single_agent.py. The error still appeared when I check this problem through example/single_agent.py and just set its episodes=1000. I use the loop scenario , The error have been mentioned that "ERROR: SMARTS: Simulation crashed with exception. Attempting to cleanly shutdown. ERROR:SMARTS:connection by SUMO" |
The Error mentioned: During handling of the above exception, another exception occurred: Traceback (most recent call last): |
@guanjiayi We are really sorry about that. This exception is a difficult bug to reproduce that is related to SUMO and we currently have a branch going to pass that crash along to the SUMO team #619. I would suggest for now to remove the bubble in the loop scenario or use a different map since the crash occurs with some frequency on the loop map. |
Hi @guanjiayi, It appears that you encouter the Given the occurrence of $ docker run --rm -it --network=host huaweinoah/smarts:v0.4.13 Do not map the source code using |
@Adaickalavan Thank you for your reply. I check the problem in difference way.
Use docker
|
Open AI reinforcement learning package |
@guanjiayi OK, I will take a look today. |
@Gamenot Thank you, The "connection closed by SUMO" didn't appear, when the running the example in the docker after install the spinningup package. |
@Gamenot Thank you for your help! |
High Level Description
[I want the simulation scene will terminate after the termination conditions are met]
Desired SMARTS version
[e.g. 0.4.12]
Operating System
[ Ubuntu 18.04]
Problems
[1. I set the training episode_num =1000, but the simulation scene is terminated at episode=(8~17) and the sum steps is fixed (7763) ]
[2. If i change and build the loop scene, and it is terminated in different sum steps, but if without any changes about the scenario the simulation scene it terminated in the same sum steps ]
The text was updated successfully, but these errors were encountered: