connection freezes in gym environment #30
-
Hello, p.s. I saw in another thread [https://github.com//discussions/27] about "minor changes in the OpenPlanet script and trackmania environments", does this have to do with it? connection.issues.position.drown.mp4 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
oh nevermind, I just found the changes to tools.py. Those fixed the issues |
Beta Was this translation helpful? Give feedback.
-
Hi, this looks like Windows freezes, does it come with freezes of the game window and/or a warning about the time-step timing out for the corresponding number of seconds? On my old laptop I get a similar issue since a TrackMania update a couple monthes ago: the game would sometimes freeze so badly that the OpenPlanet script times out and stops (which results in the gym environment throwing an error since tmrl 0.4.0. Before 0.4.0 the gym environment wouldn't know that the OpenPlanet script stopped and would happily return trash samples). (With regard to the thread you link, the OpenPlanet script has not changed finally in fact. I have just changed the code of the environment such that it throws an error when the OpenPlanet script crashes due to one of these freezes) It is worth noting that I seem to get the freezes I am talking about on my old laptop only (Windows 10), not my new (overpowered and Windows 11) laptop. Also I am not 100% sure this is related to the stutters you are describing? |
Beta Was this translation helpful? Give feedback.
Hi, this looks like Windows freezes, does it come with freezes of the game window and/or a warning about the time-step timing out for the corresponding number of seconds?
On my old laptop I get a similar issue since a TrackMania update a couple monthes ago: the game would sometimes freeze so badly that the OpenPlanet script times out and stops (which results in the gym environment throwing an error since tmrl 0.4.0. Before 0.4.0 the gym environment wouldn't know that the OpenPlanet script stopped and would happily return trash samples).
(With regard to the thread you link, the OpenPlanet script has not changed finally in fact. I have just changed the code of the environment such that it t…