-
Notifications
You must be signed in to change notification settings - Fork 516
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove all references to gym and all extra code for it.
- Loading branch information
Showing
6 changed files
with
13 additions
and
79 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
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 |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
entry_points={"console_scripts": ["rl_zoo3=rl_zoo3.cli:main"]}, | ||
install_requires=[ | ||
"sb3_contrib>=2.1.0", | ||
"gym==0.26.2", # for patches to make gym backward compat | ||
"gymnasium~=0.29.1", | ||
"huggingface_sb3>=2.3", | ||
"tqdm", | ||
"rich", | ||
|
@@ -45,7 +45,7 @@ | |
url="https://github.com/DLR-RM/rl-baselines3-zoo", | ||
author_email="[email protected]", | ||
keywords="reinforcement-learning-algorithms reinforcement-learning machine-learning " | ||
"gym gymnasium openai stable baselines sb3 toolbox python data-science", | ||
"gymnasium openai stable baselines sb3 toolbox python data-science", | ||
license="MIT", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
|