https://github.com/openai/atari-demo
Code for the blog post "Learning Montezuma’s Revenge from a Single Demonstration"
https://github.com/openai/atari-demo
paper
Last synced: 4 months ago
JSON representation
Code for the blog post "Learning Montezuma’s Revenge from a Single Demonstration"
- Host: GitHub
- URL: https://github.com/openai/atari-demo
- Owner: openai
- License: mit
- Created: 2017-07-31T14:13:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-22T00:37:48.000Z (over 6 years ago)
- Last Synced: 2025-01-29T19:45:51.146Z (5 months ago)
- Topics: paper
- Language: Python
- Homepage: https://blog.openai.com/learning-montezumas-revenge-from-a-single-demonstration/
- Size: 757 KB
- Stars: 32
- Watchers: 150
- Forks: 19
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Status:** Archive (code is provided as-is, no updates expected)
# atari-demo
Record demonstrations for atari.Use as `pythonw record_demo.py --game='MontezumaRevenge'`
Requires pygame (`pip install pygame`)