simoninithomas/Deep_reinforcement_learning_Course

Space Invaders Training

Closed this issue · 0 comments

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