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

TD-MPC2: Scalable, Robust World Models for Continuous Control

ICLR 24 2024 68.4 method, benchmark

TLDR

TD-MPC2 improves model-based RL with scalable, robust world models, achieving strong results across 104 tasks with a single hyperparameter set.

Reasoning

The paper presents clear improvements over TD-MPC with extensive empirical validation across many tasks, demonstrating scalability. However, it lacks real-world physical experiments and does not address generative or video world models explicitly.

Read-first score

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

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

Recency 8%
75.1

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

Methodology quality 25%
70

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

Topical relevance 42%
58.6

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

Methodology anchorReproducibility anchor

Rank sensitivity

Stability: volatile; rank range: 221.

Keyword Scores

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

Deep Analysis

Innovations

  • Series of improvements upon the TD-MPC algorithm for model-based RL
  • Single set of hyperparameters achieving strong results across 104 diverse online RL tasks
  • Demonstration of scaling laws: agent capabilities increase with model and data size
  • Successful training of a single 317M parameter agent to perform 80 tasks across multiple domains, embodiments, and action spaces

Methodology

TD-MPC2 is a model-based reinforcement learning algorithm that performs local trajectory optimization in the latent space of a learned implicit (decoder-free) world model. It is evaluated on 104 online RL tasks spanning 4 diverse task domains using a single set of hyperparameters, and scaling experiments are conducted with a 317M parameter agent trained on 80 tasks.

Key Results

TD-MPC2 significantly improves over baselines across all 104 online RL tasks, achieving consistently strong results with a single hyperparameter set. Additionally, agent performance scales with model and data size, culminating in a single 317M parameter agent that successfully performs 80 tasks across multiple domains.

Tags