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.79k stars 1.23k forks source link

Space Invaders Training #16

Closed cyberphantom closed 6 years ago

cyberphantom commented 6 years ago

Hi, I'm trying to train the Space Invaders DQN Atari Space Invaders.ipynb I think there is a typo or forgotten to remove of a list in the training cell which is rewards_list.append((episode, total_reward))

Just I want to double check cause when I commented it the core runs and now I'm still training it

Thank You