philtabor / Youtube-Code-Repository

Repository for most of the code from my YouTube channel
861 stars 480 forks source link

lunar_lander.py variable named incorrectly #3

Closed Perryman closed 5 years ago

Perryman commented 5 years ago

In lunar_lander.py, line 55: x = [i+1 for i in range(numGames)]

numGames is not defined and should probably read n_games

philtabor commented 5 years ago

Thanks Perryman! Fixed the typo