Mastering Atari with Discrete World Models
TLDR
DreamerV2 uses a discrete world model to achieve human-level performance on Atari by learning behaviors purely from latent predictions.
Reasoning
The paper presents a strong contribution with DreamerV2, the first agent to reach human-level on Atari using a separately trained world model. Its strengths include clear methodology and impressive results on 55 tasks, but it lacks real-world validation as all experiments are in simulation.
Read-first score
Read-first score 66.4, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 53.
Field roles
Rank sensitivity
Stability: volatile; rank range: 291.
Keyword Scores
Deep Analysis
Innovations
- Introduces discrete representations in the world model for reinforcement learning
- Learns behaviors purely from predictions in the compact latent space of a separately trained world model
- First agent to achieve human-level performance on the full Atari benchmark of 55 tasks using a world model
Methodology
DreamerV2 employs a world model with discrete latent representations, trained separately from the policy. The agent learns behaviors by predicting outcomes entirely within this compact latent space. It is evaluated on the Atari benchmark of 55 tasks using the same computational budget and wall-clock time as top single-GPU agents, reaching 200 million frames.
Key Results
DreamerV2 achieves human-level performance on all 55 Atari tasks and surpasses the final performance of IQN and Rainbow. It also learns accurate world models for continuous-action tasks, solving stand-up and walking for a humanoid robot from pixel inputs.