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

RSSM

The Recurrent State Space Model (RSSM) is the foundational architecture behind the Dreamer family, combining deterministic and stochastic state components for latent dynamics modeling.

robotics model-based-rl simulation embodied-ai

Key Attributes

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

AttributeValue
ModelRSSM
Lab / OrganizationDeepMind
CategoryLatent Dynamics
SubtypeLatent Dynamics Architecture
World Model TypeCore dynamics architecture
Primary DomainWorld model backbone
ArchitectureHybrid deterministic-stochastic recurrent model with encoder/decoder
ModalityVisual + Proprioceptive
Training MethodVariational inference with reconstruction and KL objectives
Statusactive
Year2019
Performance Index64/100 (medium confidence, v1.1)

About RSSM

Main editorial body preserved directly in static HTML.

The RSSM models environment dynamics in latent space using both deterministic and stochastic components. The deterministic path captures predictable transitions via a recurrent network, while the stochastic path models uncertainty through latent variables. This design forms the backbone of PlaNet, DreamerV1, V2, and V3.

RSSM is a core dynamics architecture developed by Google in 2019 for world model backbone.

Editorial Snapshot

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

SignalValue
DefinitionRSSM is a core dynamics architecture developed by Google in 2019 for world model backbone.
Short DescriptionRecurrent State-Space Model: the foundational architecture behind PlaNet and the entire Dreamer family of world models.
Benchmark Rows0
FAQ Entries1
Related Models3
Related Guides1
Related Research Topics1
Last Updated2026-02-05

Notable Features

Key capabilities associated with this model.

  • Combines deterministic and stochastic state paths
  • Captures both predictable dynamics and uncertainty
  • Foundation for the entire Dreamer lineage
  • Elegantly simple yet powerful design

Use Cases

Representative applications attached to this model record.

World model backboneLatent dynamics modelingImagination-based RL

Strengths and Limitations

Balanced assessment surfaced in static HTML.

Strengths

  • Captures uncertainty
  • Enables long-horizon imagination
  • Proven across domains
  • Elegant design

Limitations

  • Requires careful KL balance tuning
  • Computational overhead of stochastic components

References and Citations

Primary references preserved in static HTML for citation extraction.

ReferenceLink
Hafner et al., 2019. Learning Latent Dynamics for Planning from Pixels.Open source

Related Models

Nearby models linked from the current editorial record.

ModelCategoryWorld Model TypeIndex v1.1
PlaNetModel-Based RLLatent space planning model57/100
DreamerV3Model-Based RLImagination-based dynamics model88/100
DreamerV2Model-Based RLImagination-based dynamics model72/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.
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.
DreamerV2 vs DreamerV3DreamerV2 vs DreamerV3The Dreamer lineage's two most impactful iterations: DreamerV2 achieved human-level Atari with discrete representations, while DreamerV3 eliminated hyperparameter tuning entirely with symlog predictions.

Guides Referencing This Model

Crawler-readable guide links tied to this model.

GuideSummary
Understanding the RSSM ArchitectureA technical guide to the Recurrent State-Space Model: the foundational architecture behind PlaNet and the Dreamer family of world models.

Research Topics Referencing This Model

Connected research areas surfaced directly in static HTML.

TopicSummary
Self-Supervised World ModelsHow self-supervised world models learn environment dynamics without rewards, from JEPA and V-JEPA to predictive latent representations.

Frequently Asked Questions

FAQ answers rendered directly into static HTML for extractable responses.

Why use both deterministic and stochastic states?

The deterministic path captures predictable dynamics, while the stochastic path models uncertainty and multi-modal outcomes. Together they create a more robust world model.

Quick Answer

Short extractable summary preserved directly in static HTML.

  • RSSM is a core dynamics architecture developed by Google in 2019 for world model backbone.
  • Use this page when you need a fast read on how RSSM fits into the latent dynamics landscape, then validate the details in the benchmarks, citations, and related pages.
  • A key strength surfaced in the editorial record is captures uncertainty.

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-02-05.

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., 2019. Learning Latent Dynamics for Planning from Pixels.