PacktPublishing / Deep-Reinforcement-Learning-Hands-On

Hands-on Deep Reinforcement Learning, published by Packt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

requirements.txt requires <Python==3.6.*

pjanowski opened this issue · comments

commented

The current set of packages in requirements.txt won't work with later versions of Python (like 3.7) because tensorflow 1.12.0 is only compatible with Python 3.6.* or lower. Adding this to the README would be helpful.

Right. It was stated in the book text. Added in README as well.