PacktPublishing / Deep-Reinforcement-Learning-Hands-On

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

Added tensorboardX to the requirements.txt #55

Closed paszo closed 5 years ago

paszo commented 5 years ago

I added the tensorboardX to the requirements.txt. Chapter04/01_cartpole.py requires tensorboardX for example. I am not sure which version is required so left it blank.

Shmuma commented 5 years ago

Hm, but tensolboardX package is not needed. It is provided by package tensorboard-pytorch==0.7.1 which is already in requirements.txt