-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Robotics environments from Gym (#2516)
* Remove registration of Robotics envs * Remove Robotics environments * Update setup.py * Update unit tests * Remove unused GoalEnv class
- Loading branch information
1 parent
51ffa07
commit 616b071
Showing
80 changed files
with
3 additions
and
4,004 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ | |
|
||
from gym.core import ( | ||
Env, | ||
GoalEnv, | ||
Wrapper, | ||
ObservationWrapper, | ||
ActionWrapper, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.