-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(disturber): remove disturber class
This commit removes the disturber superclass now that this functionality was moved to the https://github.com/rickstaa/stable-learning-control package (see rickstaa/stable-learning-control#313).
- Loading branch information
Showing
16 changed files
with
19 additions
and
2,160 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
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
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
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 |
---|---|---|
@@ -1,7 +1,6 @@ | ||
"""Contains several functions that can be used across all the Stable Gym gymnasium | ||
environments. | ||
""" | ||
from stable_gym.common.disturber import Disturber | ||
from stable_gym.common.max_episode_steps_injection_wrapper import ( | ||
MaxEpisodeStepsInjectionWrapper, | ||
) |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.