PacktPublishing / Deep-Reinforcement-Learning-Hands-On

Hands-on Deep Reinforcement Learning, published by Packt
MIT License
2.83k stars 1.28k forks source link

requirements.txt requires <Python==3.6.* #58

Closed pjanowski closed 4 years ago

pjanowski commented 4 years ago

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.

Shmuma commented 4 years ago

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