simoninithomas / Deep_reinforcement_learning_Course

Implementations from the free course Deep Reinforcement Learning with Tensorflow and PyTorch
http://www.simoninithomas.com/deep-rl-course
3.77k stars 1.22k forks source link

Requirements .txt needed #73

Closed piEsposito closed 4 years ago

piEsposito commented 4 years ago

I would like to know the exact environment you're using, as sometimes, due to lib versions, it does not run. Also, thank you for the awesome course!

whgreate commented 4 years ago

it's mine , seems work fine (python3.6):

gym==0.10.9 tensorboardX==1.6 tensorflow==1.12.0 tensorboard==1.12.0

sevenseablue commented 4 years ago

mine is all latest