-
Notifications
You must be signed in to change notification settings - Fork 8.6k
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
How to get the detailed info of env? #758
Comments
The meaning of the observation is unique to each environment and is not further specified by the gym framework. So where to get the info depends on the individual environment. Some environments are documented in this repo's wiki. If the environment comes from outside of gym, check their docs. |
@FirefoxMetzger |
In the case of Pendulum-v0 you can find some details on the observation and action spaces here: |
See #106 |
@ImpulseAdventure That is the perfect example what I want. |
Thanks for answering this @ImpulseAdventure, this is not documented for most environments, though you can often figure out from the code what the observations and actions are. |
For example, the env 'Pendulum-v0', I can print its observation, action with python:
BUT what are the meaning of these data? What they represent for?
Any information is welcome!
The text was updated successfully, but these errors were encountered: