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

Remove Robotics environments from Gym #2516

Merged
merged 5 commits into from
Dec 21, 2021

Conversation

seungjaeryanlee
Copy link
Contributor

@seungjaeryanlee seungjaeryanlee commented Dec 10, 2021

This PR removes the Robotics environments out of Gym to Farama-Foundation/gym-robotics. The rationale behind this move is discussed in #2456.

Note that #2422 caused Robotics environments to fail during gym.make(), as self.np_random is used in environment initialization to sample goals, but it is not set until env.reset(). We should make sure this problem is fixed when the environments are migrated.

This also migrates GoalEnv and thus resolves #2508.

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

Successfully merging this pull request may close these issues.

Remove goal env class from gym when robotics environments are moved out and put them in the robotics repo
2 participants