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

rewards_list variable in Deep Q Learning in Space Invaders #71

Closed crazylazylife closed 3 years ago

crazylazylife commented 4 years ago

The rewards_list variable used in the training of the agent for the game of Space Invaders with Deep Q Network is not defined before. I did not find any other application of the variable other than where the episode and the total reward in each episode is being appended. Do we actually need it or we can ignore it for this case.

samiulextreem commented 3 years ago

yes you are right.just erase the line

crazylazylife commented 3 years ago

Closing the issue. Now that its confirmed that the code is not affected.