MorvanZhou / Reinforcement-learning-with-tensorflow

Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学
https://mofanpy.com/tutorials/machine-learning/reinforcement-learning/
MIT License
8.94k stars 5.01k forks source link

About Atari #127

Open Precola opened 5 years ago

Precola commented 5 years ago

There are many games in Atari games just like Breakout-v0, SpaceInvaders-ram-v0, and so on. How can I see these games' source code?

ghost commented 5 years ago

Hi,

I believe this is what you are looking for: https://gym.openai.com/envs/#atari

Precola commented 5 years ago

Hi,

I believe this is what you are looking for: https://gym.openai.com/envs/#atari

Hi, I have already seen this before. But I find when I click 'VIEW SOURCE ON GITHUB', games in Atari will jump to the same link . And I find that atari_env.py is not the game source code.

Lihe97 commented 3 years ago

Hi, do you have any good solutions? I also encountered the same problem that I wanna use Game in Atari.