New: the Timeline is live. Track world model releases, papers, and benchmark updates in real time.
world-models.io
The Knowledge Hub for AI World Models

DreamerV3

DreamerV3 is a general algorithm for mastering diverse domains with fixed hyperparameters through world model learning. It achieves superhuman performance across Atari, DMControl, Minecraft, and more.

robotics model-based-rl simulation embodied-ai

Key Attributes

Static HTML snapshot of the model record for crawlers and no-JS readers.

AttributeValue
ModelDreamerV3
Lab / OrganizationDeepMind
CategoryModel-Based RL
SubtypeLatent Dynamics Model
World Model TypeImagination-based dynamics model
Primary DomainGeneral reinforcement learning
ArchitectureRSSM with discrete representations, symlog predictions, KL-balanced objective
ModalityVisual + Proprioceptive
Training MethodSelf-supervised world model learning + imagination-based policy optimization
Statusactive
Year2023
Performance Index88/100 (high confidence, v1.1)

About DreamerV3

Main editorial body preserved directly in static HTML.

DreamerV3 learns a world model from experience and uses it to train an actor-critic policy entirely within imagination. It achieves superhuman performance across a wide range of domains (Atari, DMControl, Minecraft, and more), all with a single set of hyperparameters. The model uses discrete representations with symlog predictions and KL-balanced objectives to learn robust latent dynamics across vastly different environments.

DreamerV3 is an imagination-based dynamics model developed by Google DeepMind in 2023 for general reinforcement learning.

Editorial Snapshot

Short extractable facts for answer engines and no-JS readers.

SignalValue
DefinitionDreamerV3 is an imagination-based dynamics model developed by Google DeepMind in 2023 for general reinforcement learning.
Short DescriptionA general algorithm for mastering diverse domains with fixed hyperparameters through world model learning.
Benchmark Rows3
FAQ Entries2
Related Models4
Related Guides6
Related Research Topics6
Last Updated2026-07-24

Notable Features

Key capabilities associated with this model.

  • First to collect diamonds in Minecraft from scratch
  • Single set of hyperparameters across all domains
  • Symlog predictions for scale-invariant learning
  • Discrete categorical latent space

Use Cases

Representative applications attached to this model record.

Game playingRobot controlOpen-world navigationGeneral decision-making

Strengths and Limitations

Balanced assessment surfaced in static HTML.

Strengths

  • Fixed hyperparameters across domains
  • Sample efficient
  • Handles diverse reward structures
  • Open-world capable

Limitations

  • Computationally intensive
  • Limited to single-agent scenarios
  • Latent space interpretability challenges

Benchmarks

Published benchmark evidence attached to this model record.

BenchmarkMetricResultSource
Atari 100KMean HNS 2.01 x humanSuperhuman on 50+ gamesSource
DMControlMean Return 901 avg returnState-of-the-artSource
Minecraft DiamondsSuccess 100 % (first ever)First to collect diamondsSource

References and Citations

Primary references preserved in static HTML for citation extraction.

ReferenceLink
Hafner et al., 2023. Mastering Diverse Domains through World Models. arXiv:2301.04104Open source

Related Models

Nearby models linked from the current editorial record.

ModelCategoryWorld Model TypeIndex v1.1
PlaNetModel-Based RLLatent space planning model57/100
DreamerV2Model-Based RLImagination-based dynamics model72/100
RSSMLatent DynamicsCore dynamics architecture64/100
MuZeroModel-Based RLAbstract learned dynamics + MCTS78/100

Direct Comparisons

Side-by-side comparisons already connected to this model.

ComparisonMatchupSummary
DreamerV3 vs PlaNetDreamerV3 vs PlaNetDreamerV3 represents the evolution of PlaNet's core ideas. Both use the RSSM architecture, but DreamerV3 adds discrete representations, symlog predictions, and fixed hyperparameters to achieve state-of-the-art performance across diverse domains.
World Models vs LLMsWorld Models vs Large Language ModelsWorld models and LLMs represent fundamentally different approaches to AI. World models learn causal dynamics of physical environments; LLMs learn statistical patterns over text. Both are essential for the future of AI.
DreamerV3 vs MuZeroDreamerV3 vs MuZeroBoth are landmark world model systems, but with fundamentally different architectures. DreamerV3 uses latent imagination with actor-critic learning, while MuZero uses abstract learned dynamics with Monte Carlo tree search.
Model-Based RL vs Model-Free RLModel-Based RL vs Model-Free RLModel-based RL learns a world model for imagination-based planning. Model-free RL learns directly from interaction without an internal model. Each approach has distinct strengths depending on the application domain.
NVIDIA Cosmos vs DreamerV3NVIDIA Cosmos vs DreamerV3Cosmos and DreamerV3 represent two different scales and approaches to world modeling: Cosmos is a foundation-scale video world model platform for physical AI, while DreamerV3 is a sample-efficient RL agent with learned dynamics.
DreamerV3 vs DIAMONDDreamerV3 vs DIAMONDDreamerV3 and DIAMOND are both model-based RL agents that train policies via imagination, but they use fundamentally different dynamics models: RSSM latent dynamics vs. pixel-space diffusion models.
IRIS vs DreamerV3IRIS vs DreamerV3IRIS and DreamerV3 are both leading model-based RL agents but use fundamentally different world model architectures: autoregressive token prediction vs. RSSM latent dynamics.
DreamerV2 vs PlaNetDreamerV2 vs PlaNetBoth use the RSSM architecture for latent dynamics, but DreamerV2 introduced discrete representations that dramatically improved performance. PlaNet pioneered the approach; DreamerV2 perfected it for Atari-scale environments.

Guides Referencing This Model

Crawler-readable guide links tied to this model.

GuideSummary
World Models for BeginnersA comprehensive introduction to AI world models: what they are, how they work, and why they matter for the future of robotics, reinforcement learning, and embodied AI.
Understanding the RSSM ArchitectureA technical guide to the Recurrent State-Space Model: the foundational architecture behind PlaNet and the Dreamer family of world models.
Building World Models: A Practical GuideA practical guide to implementing world models: from choosing architectures and training setups to debugging dynamics learning and policy optimization.
World Models for RoboticsHow to use world models for robot learning: from simulation-based training to real-world deployment and sim-to-real transfer.
How to Read World Models PapersA practical reading path through world-model research, from foundational concepts to latent dynamics, planning, simulators, and self-supervised approaches.
World Models vs Large Language Models: A Practitioner's GuideHow world models differ from LLMs in objective, architecture and capability, and why both paradigms are likely to converge on the path to general-purpose AI.

Research Topics Referencing This Model

Connected research areas surfaced directly in static HTML.

TopicSummary
Model-Based Reinforcement LearningWhat model-based reinforcement learning is, how world models enable imagination-based planning, and why Dreamer, MuZero, PlaNet, and TD-MPC2 matter.
Self-Supervised World ModelsHow self-supervised world models learn environment dynamics without rewards, from JEPA and V-JEPA to predictive latent representations.
World Models for RoboticsHow world models improve robot learning, learned simulation, safe exploration, and sim-to-real transfer across manipulation, navigation, and control.
World Models vs LLMsThe key differences between world models and LLMs across objective, architecture, planning, physical reasoning, and embodied AI use cases.
World Models: A Comprehensive SurveyA survey of AI world models covering taxonomy, leading architectures, landmark systems, open challenges, and future research directions.
World Model EvaluationHow to evaluate world models across rollout quality, benchmark performance, planning utility, and downstream transfer instead of relying on visual plausibility alone.

Timeline Mentions

Recent timeline events connected to this model.

EventPublishedSourceSummary
New benchmark results: DreamerV3 surpasses human performance on 7 additional Atari games2026-03-11Papers With CodeUpdated benchmark evaluations confirm DreamerV3 now achieves superhuman performance on 57 out of 57 Atari 100K games...
Leaderboard update: Performance Index recalculated with March 2026 benchmark data2026-03-02world-models.io EditorialThe world-models. io Performance Index has been recalculated using the latest benchmark data.

Frequently Asked Questions

FAQ answers rendered directly into static HTML for extractable responses.

What makes DreamerV3 different from DreamerV2?

DreamerV3 introduces symlog predictions, fixed hyperparameters across domains, and discrete latent representations that enable robust performance without per-domain tuning.

Can DreamerV3 be used for robotics?

Yes. DreamerV3's world model approach is applicable to robotics, especially in simulation-to-real transfer scenarios where sample efficiency matters.

Quick Answer

Short extractable summary preserved directly in static HTML.

  • DreamerV3 is an imagination-based dynamics model developed by Google DeepMind in 2023 for general reinforcement learning.
  • Use this page when you need a fast read on how DreamerV3 fits into the model-based rl landscape, then validate the details in the benchmarks, citations, and related pages.
  • A key strength surfaced in the editorial record is fixed hyperparameters across domains.

Editorial Trust Signals

Editorial provenance and refresh policy preserved directly in static HTML.

Published by world-models.io editorial board.

Lead editor Tyler D. - Technical editor, methodology and benchmark analysis.

This model page synthesizes primary papers, official model pages, benchmark evidence, and related world-models.io context into a reference resource.

Each editorial page is assembled from primary sources, normalized into extractable summaries, checked for factual drift, and reviewed before publication or major refreshes. Last reviewed: 2026-07-24.

Pages are refreshed when a new paper, benchmark, release, architecture update, or stronger primary source materially changes the answer a reader or AI system should retrieve.

Each page links back to relevant primary sources and keeps a stable canonical URL so readers can verify claims, trace context, and reference the most up-to-date version. See the editorial policy.

Primary sources onlyLast reviewed date visibleMethodology documentedSource links included

External Sources

Primary model and lab sources embedded in static HTML.

References

  1. [1] Hafner et al., 2023. Mastering Diverse Domains through World Models. arXiv:2301.04104