LGMar 1, 2025

Discrete Codebook World Models for Continuous Control

arXiv:2503.00653v112 citationsh-index: 19Has CodeICLR
Originality Incremental advance
AI Analysis

This addresses the challenge of efficient decision-making in continuous control for RL agents, though it is incremental as it builds on existing world model frameworks.

The paper tackles the problem of improving world models for continuous control in reinforcement learning by showing that discrete codebook encodings outperform continuous latent states and other discrete encodings, resulting in a model-based RL algorithm that performs competitively against state-of-the-art methods on benchmarks.

In reinforcement learning (RL), world models serve as internal simulators, enabling agents to predict environment dynamics and future outcomes in order to make informed decisions. While previous approaches leveraging discrete latent spaces, such as DreamerV3, have demonstrated strong performance in discrete action settings and visual control tasks, their comparative performance in state-based continuous control remains underexplored. In contrast, methods with continuous latent spaces, such as TD-MPC2, have shown notable success in state-based continuous control benchmarks. In this paper, we demonstrate that modeling discrete latent states has benefits over continuous latent states and that discrete codebook encodings are more effective representations for continuous control, compared to alternative encodings, such as one-hot and label-based encodings. Based on these insights, we introduce DCWM: Discrete Codebook World Model, a self-supervised world model with a discrete and stochastic latent space, where latent states are codes from a codebook. We combine DCWM with decision-time planning to get our model-based RL algorithm, named DC-MPC: Discrete Codebook Model Predictive Control, which performs competitively against recent state-of-the-art algorithms, including TD-MPC2 and DreamerV3, on continuous control benchmarks. See our project website www.aidanscannell.com/dcmpc.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes