paper-with-me

Papers

Discrete Codebook World Models for Continuous Control

2025-03-01 · Aidan Scannell, Mohammadreza Nakhaei, Kalle Kujanpää, Yi Zhao, Kevin Sebastian Luck, Arno Solin, Joni Pajarinen

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.

📄 PDF Abstract BibTeX arXiv:2503.00653

Code (1)

aidanscannell/dcmpc 공식 구현 pytorch

Tasks

continuous-controlContinuous ControlModel Predictive ControlReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Codebook Features: Sparse and Discrete Interpretability for Neural Networks

2023-10-26 · Alex Tamkin, Mohammad Taufeeque, Noah D. Goodman

Understanding neural networks is challenging in part because of the dense, continuous nature of their hidden states. We explore whether we can train neural networks to have hidden states that are sparse, discrete, and mo…

Quantization

Autoregressive Image Generation with Masked Bit Modeling

2026-02-09 · Qihang Yu, Qihao Liu, Ju He, Xinyang Zhang 외 arxiv

This paper challenges the dominance of continuous pipelines in visual generation. We systematically investigate the performance gap between discrete and continuous methods. Contrary to the belief that discrete tokenizers…

Image Generation

CHDP: Cooperative Hybrid Diffusion Policies for Reinforcement Learning in Parameterized Action Space

2026-01-09 · Bingyi Liu, Jinbo He, Haiyong Shi, Enshu Wang 외 arxiv

Hybrid action space, which combines discrete choices and continuous parameters, is prevalent in domains such as robot control and game AI. However, efficiently modeling and optimizing hybrid discrete-continuous action sp…

Reinforcement Learning

Codebook Capacity Governs Perceptual Quality Across Resolutions in Hierarchical Discrete Video Compression

2026-07-25 · Manikanta Kotthapalli, Banafsheh Rekabdar arxiv

Learned video codecs based on continuous latent representations typically require resolution-specific retraining or rate-distortion (RD) recalibration when scaling to new spatial resolutions, because entropy models and L…

MixAR: Mixture Autoregressive Image Generation

2025-11-15 · Jinyuan Hu, Jiayou Zhang, Shaobo Cui, Kun Zhang 외 arxiv

Autoregressive (AR) approaches, which represent images as sequences of discrete tokens from a finite codebook, have achieved remarkable success in image generation. However, the quantization process and the limited codeb…

Computational EfficiencyImage Generation