-
Notifications
You must be signed in to change notification settings - Fork 721
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
Upgrade gymnasium to 1.0.0 #502
base: master
Are you sure you want to change the base?
Changes from 1 commit
5961dc9
200b374
a3573eb
195f952
8a8912c
9461bfb
0749007
d77f916
ed68b72
d32feb3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,13 +12,13 @@ license="MIT" | |
readme = "README.md" | ||
|
||
[tool.poetry.dependencies] | ||
python = ">=3.8,<3.11" | ||
python = ">=3.9,<3.11" | ||
tensorboard = "^2.10.0" | ||
wandb = "^0.13.11" | ||
gym = "0.23.1" | ||
torch = ">=1.12.1" | ||
stable-baselines3 = "2.0.0" | ||
gymnasium = ">=0.28.1" | ||
stable-baselines3 = ">=2.4.0" | ||
gymnasium = ">=1.0.0" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can this be specified as v1.1.0, if sb3 is the limitation then I think see if I can update it There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, sb3 depends on <=1.0.0. |
||
moviepy = "^1.0.3" | ||
pygame = "2.1.0" | ||
huggingface-hub = "^0.11.1" | ||
|
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is limiting us increasing this?