-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
traci.exceptions.FatalTraCIError: connection closed by SUMO #8381
Comments
@Adaickalavan Thanks for keeping track on this one. I can now reproduce it. |
@behrisch I have updated the instructions on huawei-noah/SMARTS#619 to address your comment there. |
Any update regrading the issue? I am still facing this issue @behrisch @Adaickalavan |
I am still facing this issue. Any updates? Error message: Traceback (most recent call last): Process finished with exit code 1 |
Hi @behrisch,
We (@Gamenot @Adaickalavan) had previously communicated on this
traci.exceptions.FatalTraCIError: connection closed by SUMO
in #8125 and in huawei-noah/SMARTS#472 issues.In short, we have used SUMO for a reinforcement learning application. Notably, in this application, we take over vehicles in specific regions, control them with complex vehicle control models, and release them at a later time. Running the simulation with SUMO throws the
traci.exceptions.FatalTraCIError: connection closed by SUMO
error.Following up on our previous conversation on this matter, we have created a containerized example to reproduce the error in huawei-noah/SMARTS#619. Upon running the Docker image, the traffic simulation will crash at step 1166 with the
traci.exceptions.FatalTraCIError: connection closed by SUMO
error.Hopefully this Docker image will help in debugging this error. Thank you.
The text was updated successfully, but these errors were encountered: