Whenever I start a simulation, several sumo simulators will be spawned on ports 51402 and 51403 over and over again. Why does this occur ? Is it a bug or is there something that I am not understanding ? screenshot
Asked
Active
Viewed 34 times
-1
-
I can only see one of each there. Dot post pictures of text, or links to them. Post the text. – user207421 Sep 28 '19 at 00:09
-
Thanks, I will keep that in mind. – Isaac Sep 30 '19 at 22:58
1 Answers
0
Are you running it with RLlib or in the SUMO examples? If in RLlib, it's because it parallelizes it by nature. If it's by SUMO, please post on the github and we will look into it!

Eugene Vinitsky
- 56
- 1
- 3
-
-
To get rolling RLlib starts up by creating the envs a couple of times. So, it'll spawn a few SUMO instances before the experiments get started. – Eugene Vinitsky Oct 05 '19 at 22:59