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
WARN: The obs returned by the reset() method was expecting numpy array dtype to be float32, actual type: float64
WARN: The obs returned by the reset() method is not within the observation space.
WARN: env.mj_render to get variables from other wrappers is deprecated and will be removed in v1.0, to get this variable you can do env.unwrapped.mj_render for environment variables or env.get_wrapper_attr('mj_render') that will search the reminding wrappers.
WARN: env.get_obs to get variables from other wrappers is deprecated and will be removed in v1.0, to get this variable
you can do env.unwrapped.get_obs for environment variables or env.get_wrapper_attr('get_obs') that will
search the reminding wrappers.
The text was updated successfully, but these errors were encountered:
Python version: 3.11.7
MyoSuite version: 2.5
Gymnasium version: 0.29.1
Gym not installed
OS: Windows 10
When I run the challenge tutorial I get the following warning messages:
reset()
method was expecting numpy array dtype to be float32, actual type: float64reset()
method is not within the observation space.env.unwrapped.mj_render
for environment variables orenv.get_wrapper_attr('mj_render')
that will search the reminding wrappers.you can do
env.unwrapped.get_obs
for environment variables orenv.get_wrapper_attr('get_obs')
that willsearch the reminding wrappers.
The text was updated successfully, but these errors were encountered: