paper-with-me

Papers

Scalable Offline Model-Based RL with Action Chunks

2025-12-08 · Kwanyoung Park, Seohong Park, Youngwoon Lee, Sergey Levine arxiv

In this paper, we study whether model-based reinforcement learning (RL), in particular model-based value expansion, can provide a scalable recipe for tackling complex, long-horizon tasks in offline RL. Model-based value expansion fits an on-policy value function using length-n imaginary rollouts generated by the current policy and a learned dynamics model. While larger n reduces bias in value bootstrapping, it amplifies accumulated model errors over long horizons, degrading future predictions. We address this trade-off with an \emph{action-chunk} model that predicts a future state from a sequence of actions (an "action chunk") instead of a single action, which reduces compounding errors. In addition, instead of directly training a policy to maximize rewards, we employ rejection sampling from an expressive behavioral action-chunk policy, which prevents model exploitation from out-of-distribution actions. We call this recipe \textbf{Model-Based RL with Action Chunks (MAC)}. Through experiments on highly challenging tasks with large-scale datasets of up to 100M transitions, we show that MAC achieves the best performance among offline model-based RL algorithms, especially on challenging long-horizon tasks.

📄 PDF Abstract BibTeX arXiv:2512.08108

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningOffline RL

Similar Papers 제목 키워드 기반

X-Cache: Cross-Chunk Block Caching for Few-Step Autoregressive World Models Inference

2026-04-22 · Yixiao Zeng, Jianlei Zheng, Chaoda Zheng, Shijia Chen 외 arxiv

Real-time world simulation is becoming a key infrastructure for scalable evaluation and online reinforcement learning of autonomous driving systems. Recent driving world models built on autoregressive video diffusion ach…

Reinforcement LearningAutonomous DrivingVideo Generation

Decoupled Q-Chunking

2025-12-11 · Qiyang Li, Seohong Park, Sergey Levine arxiv

Temporal-difference (TD) methods learn state and action values efficiently by bootstrapping from their own future value predictions, but such a self-bootstrapping mechanism is prone to bootstrapping bias, where the error…

SEAR: Sample Efficient Action Chunking Reinforcement Learning

2026-03-02 · C. F. Maximilian Nagy, Onur Celik, Emiliyan Gospodinov, Florian Seligmann 외 arxiv

Action chunking improves exploration and accelerates value propagation in long-horizon reinforcement learning, but naively applying off-policy methods to the temporally extended action space at reduced decision frequency…

Reinforcement Learning

Adaptive Q-Chunking for Offline-to-Online Reinforcement Learning

2026-05-07 · Nandiraju Gireesh, Yuanliang Ju, He Wang arxiv

Offline-to-online reinforcement learning with action chunking eliminates multi-step off-policy bias and enables temporally coherent exploration, but all existing methods use a fixed chunk size across every state. This is…

Reinforcement Learning

Diffusion Policies for Short-Horizon Planning in Robot Crowd Navigation

2026-08-27 · Wendong Li, Jochen Garcke arxiv

Robot crowd navigation requires safe and efficient decision-making under dense, dynamic, and multimodal human--robot interactions. Existing reinforcement-learning methods typically output a single reactive action at each…