-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
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.