You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
why does this happen? i'm trying to test out the live screenshot enviroment, and everytime i try to launch it, it just gives me this errror
INFO:root:02/02/25 15:40:59 server IP: 127.0.0.1
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "F:\python\Lib\site-packages\tmrl\__main__.py", line 88, in <module>
main(arguments)
~~~~^^^^^^^^^^^
File "F:\python\Lib\site-packages\tmrl\__main__.py", line 43, in main
rw.run_episodes(10000)
~~~~~~~~~~~~~~~^^^^^^^
File "F:\python\Lib\site-packages\tmrl\networking.py", line 674, in run_episodes
self.run_episode(max_samples_per_episode, train=train)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\python\Lib\site-packages\tmrl\networking.py", line 693, in run_episode
obs, info = self.reset(collect_samples=False)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "F:\python\Lib\site-packages\tmrl\networking.py", line 572, in reset
new_obs, info = self.env.reset()
~~~~~~~~~~~~~~^^
File "F:\python\Lib\site-packages\gymnasium\core.py", line 328, in reset
return self.env.reset(seed=seed, options=options)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\python\Lib\site-packages\gymnasium\wrappers\common.py", line 400, in reset
return super().reset(seed=seed, options=options)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\python\Lib\site-packages\gymnasium\core.py", line 328, in reset
return self.env.reset(seed=seed, options=options)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\python\Lib\site-packages\rtgym\envs\real_time_env.py", line 514, in reset
elt, info = self.interface.reset(seed=seed, options=options)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\python\Lib\site-packages\tmrl\custom\custom_gym_interfaces.py", line 148, in reset
data, img = self.grab_data_and_img()
~~~~~~~~~~~~~~~~~~~~~~^^
File "F:\python\Lib\site-packages\tmrl\custom\custom_gym_interfaces.py", line 125, in grab_data_and_img
data = self.client.retrieve_data()
File "F:\python\Lib\site-packages\tmrl\custom\utils\tools.py", line 72, in retrieve_data
assert t_now - t_start < timeout, f"OpenPlanet stopped sending data since more than {timeout}s."
^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: OpenPlanet stopped sending data since more than 10.0s.
The text was updated successfully, but these errors were encountered:
why does this happen? i'm trying to test out the live screenshot enviroment, and everytime i try to launch it, it just gives me this errror
The text was updated successfully, but these errors were encountered: