Open Adaickalavan opened 3 years ago
@Adaickalavan Thanks for keeping track on this one. I can now reproduce it.
@behrisch I have updated the instructions on https://github.com/huawei-noah/SMARTS/pull/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):
File "C:\Users\hajjar.p\PycharmProjects\SUMO Python\main.py", line 102, in
Process finished with exit code 1
Hi @behrisch,
We (@gamenot @adaickalavan) had previously communicated on this
traci.exceptions.FatalTraCIError: connection closed by SUMO
in eclipse/sumo#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.