Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning messages in the MyoChallenge24 tutorial #208

Open
andreh1111 opened this issue Aug 13, 2024 · 0 comments
Open

Warning messages in the MyoChallenge24 tutorial #208

andreh1111 opened this issue Aug 13, 2024 · 0 comments

Comments

@andreh1111
Copy link
Collaborator

andreh1111 commented Aug 13, 2024

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:

  • 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant