-
-
Notifications
You must be signed in to change notification settings - Fork 134
Update Fetch Documentation to use latest version (v4) #285
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
base: main
Are you sure you want to change the base?
Conversation
|
Thanks @kuds , could you update the rest of the fetch documentation to point at v4 |
|
@Kallinteris-Andreas Sure, I went through updated the rest of the documentation to switch the Fetch environments from v3 to v4. Let me know if I missed anything or if anything else needs updating! |
| import gymnasium as gym | ||
|
|
||
| env = gym.make("FetchReach-v3") | ||
| env = gym.make("FetchReach-v4") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add this line before:
gym.register_envs(gymnasium_robotics)There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added
| @@ -57,7 +57,7 @@ goal, e.g. state derived from the simulation. | |||
| ```python | |||
| import gymnasium as gym | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add this line
import gymnasium_roboticsThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added
|
@Kallinteris-Andreas |
|
Let me know if you need anything else to get this PI closed! |
|
Let me know if there is anything I can do from end to get this PR closed! |
Description
Updates Fetch references in the documentation to use the new version (v4).
Fixes # (issue)
Type of change
Please delete options that are not relevant.