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 vs IRIS

Two model-based RL agents using fundamentally different world model architectures: DreamerV3's RSSM with actor-critic vs. IRIS's autoregressive Transformer with VQ-VAE tokens.

robotics model-based-rl simulation embodied-ai

Comparison Overview

Main comparison summary preserved directly in static HTML.

Two model-based RL agents using fundamentally different world model architectures: DreamerV3's RSSM with actor-critic vs. IRIS's autoregressive Transformer with VQ-VAE tokens.

Verdict

Primary editorial conclusion preserved for non-JS crawlers and readers.

DreamerV3 is the stronger performer (2x human vs 1x human on Atari) and far more general across domains. IRIS is conceptually important because it bridges world modeling and language modeling, suggesting future Transformer-scale world models could benefit from LLM advances. DreamerV3 is the practical choice today; IRIS points toward a promising architectural future.

Key Differences

Extractable difference list generated from the comparison table.

  • World Model: DreamerV3 - RSSM (recurrent state-space); IRIS - Autoregressive Transformer.
  • Representation: DreamerV3 - Discrete categorical latents; IRIS - VQ-VAE discrete tokens.
  • Policy Learning: DreamerV3 - Actor-critic in imagination; IRIS - Autoregressive next-token prediction.
  • Atari 100K: DreamerV3 - 2.01x human (SOTA); IRIS - 1.046x human.
  • Domain Breadth: DreamerV3 - Atari, DMControl, Minecraft, etc.; IRIS - Atari (primary).

When To Use Each

Static decision guidance for no-JS readers.

Choose DreamerV3 when...

Choose DreamerV3 when its capabilities best match your research or deployment requirements.

Choose IRIS when...

Choose IRIS when its capabilities best match your research or deployment requirements.

Comparison Table

DreamerV3 is the stronger performer (2x human vs 1x human on Atari) and far more general across domains. IRIS is conceptually important because it bridges world modeling and language modeling, suggesting future Transformer-scale world models could benefit from LLM advances. DreamerV3 is the practical choice today; IRIS points toward a promising architectural future.

DimensionDreamerV3IRIS
World ModelRSSM (recurrent state-space)Autoregressive Transformer
RepresentationDiscrete categorical latentsVQ-VAE discrete tokens
Policy LearningActor-critic in imaginationAutoregressive next-token prediction
Atari 100K2.01x human (SOTA)1.046x human
Domain BreadthAtari, DMControl, Minecraft, etc.Atari (primary)
Connection ToState-space model traditionLanguage modeling (GPT-style)
Scalability PathRSSM refinementsTransformer scaling laws

Performance Index Snapshot

High-level scoring context for the models referenced in this comparison.

ModelCategoryIndex v1.1Confidence
DreamerV3Model-Based RL88/100high
IRISModel-Based RL65/100medium
DIAMONDModel-Based RL64/100medium
DreamerV2Model-Based RL72/100high

Frequently Asked Questions

FAQ answers rendered directly into static HTML for extractable responses.

Why is IRIS important despite lower scores?

IRIS proves that autoregressive next-token prediction (the same approach powering GPT) can work for world models. This opens the door to scaling world models the same way LLMs scale.

Quick Answer

Short extractable summary preserved directly in static HTML.

  • DreamerV3 vs IRIS: this page compares where each system is stronger instead of forcing a universal winner.
  • Use the verdict for the short answer, then validate the trade-offs in the table, evidence sources, and benchmark context.
  • Related models and source links help connect this comparison to the broader world models landscape.

Editorial Trust Signals

Editorial provenance and refresh policy preserved directly in static HTML.

Published by world-models.io editorial board.

Lead editor Bernard Grenat.

This comparison page publishes a direct answer, explicit trade-offs, and source-backed evidence that can be validated against primary materials.

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-06-21.

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 papers and official sources for the models discussed on this comparison page.