-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apply an algorithm to an Atari game #7
Comments
From what I recall, the gym-based Atari options are Linux/Mac only. Can you update this thread with some of the details on this? What about Docker and/or VirtualBox based work-arounds for this? |
Atari might be possible. Look at this thread: |
This also looks promising: |
Thanks to gym-retro, we have also had success with Atari games. Therefore, we are close to closing this issue. This is what is left to do:
Then close the issue. |
No more time for benchmarks, though we seem to be able to learn in Atari games |
Not sure how much work is required for this. Open AI Gym supports interfacing to Atari games, but I think you still have to compile ALE (Arcade Learning Environment) with the Stella Atari emulator to take advantage. You may also need to have the appropriate ROM files.
Still, investigate the use of Open AI Gym for Atari games and see if you can apply a DQN to one.
The text was updated successfully, but these errors were encountered: