dennybritz / reinforcement-learning

Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
http://www.wildml.com/2016/10/learning-reinforcement-learning/
MIT License
20.23k stars 6k forks source link

log #208

Open Mahsa-Bastankhah opened 4 years ago

Mahsa-Bastankhah commented 4 years ago

Hi . does anyone have a log of execution of this code that contains : how many time it takes for the neural network to learn playing atari? what is the max reward it can reach in famous games like Pong and Breakout?