aiwc / test_world

AI World Cup simulation environment
MIT License
7 stars 12 forks source link

Stopping Issues after Running Many Simulations #56

Open lee6937 opened 5 years ago

lee6937 commented 5 years ago

I tried to run the Webot with the provided code (player-deep-learning-train.py). However, after running about a thousand times, the session quits unexpectedly. The only thing that I could see on the console is the statement saying, "session closed with reason wamp.error.goodbye_and_out [None]". Please let me know if you have any suggestions for this issue. Thanks!

lfelipesv commented 5 years ago

Hello @lee6937, sorry for the late response. Are you still experiencing this error? The message "session closed with reason wamp.error.goodbye_and_out [None]" means that the game was finished without any error.

Did you change the game time parameter or you kept it fixed at 300 seconds?

Regards.