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

DC-MPC: Discrete Codebook World Models for Continuous Control

ICLR 25 2025 63.8 method

TLDR

DC-MPC uses discrete codebook world models for continuous control, outperforming continuous latent methods on benchmarks.

Reasoning

The paper presents a novel discrete codebook world model for continuous control, showing competitive results against state-of-the-art methods. Strengths include a clear methodology and empirical validation on benchmarks; weaknesses are the lack of real-world experiments and limited scope to state-based tasks.

Read-first score

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

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

Topical relevance 42%
57.1

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

Methodology quality 25%
50

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

Field roles

FrontierReproducibility anchor

Rank sensitivity

Stability: volatile; rank range: 247.

Keyword Scores

world model
10
model-based reinforcement learning world model
9
world dynamics prediction
7
world simulator
6
generative world model
4
interactive world model
3
video world model
1

Deep Analysis

Innovations

  • Demonstrating that modeling discrete latent states has benefits over continuous latent states in state-based continuous control
  • Showing that discrete codebook encodings are more effective representations for continuous control compared to one-hot and label-based encodings
  • Introducing DCWM: a self-supervised world model with a discrete and stochastic latent space using a codebook
  • Proposing DC-MPC: a model-based RL algorithm that combines DCWM with decision-time planning

Methodology

The paper proposes DCWM, a self-supervised world model with a discrete and stochastic latent space where latent states are codes from a codebook. This world model is combined with decision-time planning (model predictive control) to form the DC-MPC algorithm. The method is evaluated on state-based continuous control benchmarks, comparing against TD-MPC2 and DreamerV3.

Key Results

DC-MPC performs competitively against recent state-of-the-art algorithms, including TD-MPC2 and DreamerV3, on continuous control benchmarks.

Tags