We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
discordianfish
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: