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

Installation failed for python >=3.8 #4

Open
qgallouedec opened this issue Sep 6, 2021 · 1 comment
Open

Installation failed for python >=3.8 #4

qgallouedec opened this issue Sep 6, 2021 · 1 comment

Comments

@qgallouedec
Copy link
Contributor

Hi,

Hi, thanks for your great work. The installation doesn't work for python versions after 3.8. This is due to the dependency on tensorflow-gpu<2, see the TensorFlow system requirements.

I am opening a PR to fix this.

@ClementRomac
Copy link
Contributor

As discussed on #5, thanks for your PR allowing to use CPU version of tensorflow<2.

Current version of TeachMyAgent only allows Python<=3.8 because most of our code relies on Tensorflow < 2.0. From what I recall, this is mainly due to our SAC implementation (which uses SpinningUp).

If you really want to use TF>=2, I guess you could try to update our PPO (or implement another RL student) with the tf2 branch of OpenAI Baselines. I haven't checked the branch so I don't know how much work this would need.

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

2 participants