Skip to content

Commit

Permalink
Update Gymnasium to v1.0.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudo-rnd-thoughts committed Feb 13, 2024
1 parent 1cba1bb commit 08e5f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
packages=[package for package in find_packages() if package.startswith("stable_baselines3")],
package_data={"stable_baselines3": ["py.typed", "version.txt"]},
install_requires=[
"gymnasium>=0.28.1,<0.30",
"gymnasium==1.0.0a1",
"numpy>=1.20",
"torch>=1.13",
# For saving models
Expand Down

0 comments on commit 08e5f9a

Please sign in to comment.