Skip to content
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

Need to pin TF to 1.15.0 instead of 1.15.5 to allow numpy >= 1.21 needed by gymnasium #89

Open
discordianfish opened this issue Sep 13, 2023 · 0 comments
Assignees

Comments

@discordianfish
Copy link
Member

Main reference: https://discuss.tensorflow.org/t/tensorflow-1-15-installation-numpy-dependency/13820

tf 1.15.0 requries 1.16.0 <= numpy < 2.0
tf 1.15.5 requries 1.16.0 <= numpy < 1.19.0

While gymnasium requires numpy >= 1.21

In addition stable baselines only works with TF (not pytorch)

So here the goal is allow an installation of all the supported libraries without conflicts.

SB will be discontinued sooner or later, but all my trained agents are there for now and they are useful for sanity checks and regressions tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant