#737 · Primary category: Education & Research
dreamerv2
Mastering Atari with Discrete World Models
Project last updated:01/21/23
GitHub Stars
1.1K
Forks
212
Contributors
1
License
MIT
Why we included this project
DreamerV2 is the agent that showed world-model methods could hit human-level scores on the Atari benchmark, and this repository is its reference implementation in TensorFlow 2. Instead of learning a policy directly from reward signals, the agent builds a compact latent model of the environment from raw image observations, then trains actor and critic networks on rollouts imagined through that model. That approach buys sample efficiency, and the included training curves across all 55 Atari games let you verify it yourself rather than taking the paper's word for it. The package installs with pip and the train and evaluation loop runs on a single GPU, so reproducing results is realistic on modest hardware, and a Dockerfile takes care of dependency setup. For anyone digging into world models or sample-efficient control, reading this codebase will teach you more than most tutorials.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
prompts.chat
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
JavaGuide
Java Interview & Backend General Interview Guide, covering computer fundamentals, databases, distributed systems, high concurrency, system design, and AI application development.
system-prompts-and-models-of-ai-tools
A curated collection of system prompts, internal tools, and AI models from popular AI assistants and coding agents.
30-seconds-of-code
Coding articles to level up your development skills
generative-ai-for-beginners
21 Lessons, Get Started Building with Generative AI