- Python Reinforcement Learning Projects
- Sean Saito Yang Wenzhuo Rajalingappaa Shanmugamani
- 44字
- 2021-07-23 19:05:07
Atari
To play Atari games, any environment can be invoked. The following code refers to the game Space Invaders:
environment = gym.make('SpaceInvaders-v0')
Once the preceding command has executed, you will see the following screen:
An Atari game can be played in this environment.