paper-with-me

Papers

Offline RL with Hierarchical Action Chunking

2026-07-23 · Ahad Jawaid arxiv

Offline goal-conditioned reinforcement learning (RL) holds the promise of learning general-purpose policies from static datasets. However, scaling these methods to long-horizon tasks remains a challenge due to the curse of horizon, where value estimation errors can compound through long chains of bootstrapped Bellman backups. Existing hierarchical approaches mitigate this by decomposing tasks into subgoals, yet they often rely on low-level controllers that suffer from myopic execution and biased value estimates. In this work, we propose Hierarchical Implicit Q-Chunking (HiQC), an offline goal-conditioned RL algorithm that combines high-level latent planning with low-level action chunking. By conditioning the low-level critic on temporally extended action sequences, HiQC enables unbiased k-step value backups, compressing the horizon at both the planning and execution levels. We theoretically demonstrate that this dual decomposition results in a tighter bound on value error under a bounded per-backup error model compared to standard hierarchy or flat chunking alone. Empirically, HiQC achieves the highest aggregate performance among the compared methods on the OGBench suite, with its largest gains on long-horizon navigation tasks such as humanoid-giant.

📄 PDF Abstract BibTeX arXiv:2607.20834

Code (1)

arxivsub/arXivSub_daily_arxiv ★ 3

Tasks

Reinforcement LearningOffline RL

Similar Papers 제목 키워드 기반

Reinforcement Learning with Action Chunking

2025-07-10 · Qiyang Li, Zhiyuan Zhou, Sergey Levine arxiv

We present Q-chunking, a simple yet effective recipe for improving reinforcement learning (RL) algorithms for long-horizon, sparse-reward tasks. Our recipe is designed for the offline-to-online RL setting, where the goal…

Reinforcement Learning

CO-RFT: Efficient Fine-Tuning of Vision-Language-Action Models through Chunked Offline Reinforcement Learning

2025-08-04 · Dongchi Huang, Zhirui Fang, Tianle Zhang, Yihang Li 외 arxiv

Vision-Language-Action (VLA) models demonstrate significant potential for developing generalized policies in real-world robotic control. This progress inspires researchers to explore fine-tuning these models with Reinfor…

Reinforcement LearningOffline RL

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

HiPolicy: Hierarchical Multi-Frequency Action Chunking for Policy Learning

2026-04-07 · Jiyao Zhang, Zimu Han, Junhan Wang, Xionghao Wu 외 arxiv

Robotic imitation learning faces a fundamental trade-off between modeling long-horizon dependencies and enabling fine-grained closed-loop control. Existing fixed-frequency action chunking approaches struggle to achieve b…

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