Awesome World Model Hub Papers · Datasets · Projects
← Back to papers

M^3 : A Modular World Model over Streams of Tokens

arXiv 25.2 2025 68.9 method, system

TLDR

Simulus is a modular token-based world model agent combining four components to achieve state-of-the-art sample efficiency in planning-free RL across three benchmarks.

Reasoning

The paper presents a clear modular approach with strong empirical results on diverse benchmarks, but the abstract lacks details on limitations and the tokenization framework's generality. The claim of synergistic gains is supported by ablation studies.

Read-first score

Read-first score 68.9, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 36.

Recency 8%
86.7

Uses a gentle age decay so recent papers surface without erasing older foundations. 2025

Reproducibility 25%
81

Screens links and visible text for paper, code, dataset, artifact, and repository signals. pdf=True; code=True; dataset=False; markers=code,github

Methodology quality 25%
80

Screens visible abstract and analysis fields for experiment, dataset, baseline, metric, and limitation evidence. markers=ablation,baseline,benchmark,metric

Topical relevance 42%
51.4

Uses existing LLM keyword relevance scores normalized to 0-100. world model,world simulator,generative world model,interactive world model,video world model,world dynamics prediction,model-based reinforcement learning world model

Field roles

FrontierMethodology anchorReproducibility anchor

Rank sensitivity

Stability: volatile; rank range: 344.

Keyword Scores

world model
10
model-based reinforcement learning world model
9
world dynamics prediction
5
generative world model
4
interactive world model
3
video world model
3
world simulator
2

Deep Analysis

Innovations

  • Flexible tokenization framework supporting arbitrary combinations of observation and action modalities
  • Intrinsic motivation for epistemic uncertainty reduction
  • Prioritized world model replay
  • Regression-as-classification for reward and return prediction

Methodology

Simulus is a modular token-based world model agent that integrates four components: a flexible tokenization framework, intrinsic motivation, prioritized world model replay, and regression-as-classification. It is evaluated on three diverse benchmarks (visual Atari 100K, continuous-control DMC Proprioception 500K, and symbolic Craftax-1M) against planning-free world model baselines, using sample efficiency as the primary metric.

Key Results

Simulus achieves state-of-the-art sample efficiency for planning-free world models across all three benchmarks. Ablation studies confirm that each component contributes individually and their combination yields synergistic gains.

Tags