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.77k stars 1.22k forks source link

Game not found #30

Closed Silence1995 closed 5 years ago

Silence1995 commented 5 years ago

When i try to run the sample code of Deep Q Learning DQN Atari Space Invaders.ipynb I got the error message like Game not found: SpaceInvaders-Atari2600. where can i download the SpaceInvaders-Atari2600 ROM file thank you

simoninithomas commented 5 years ago

Hi, You need to download the SpaceInvaders-Atari2600 Rom on the internet In fact games with retro are not provided. Then you just need to go to your download folder and type retro import . (don't forget the dot).

Have a nice day,