paper-with-me

Papers

SEAR: Sample Efficient Action Chunking Reinforcement Learning

2026-03-02 · C. F. Maximilian Nagy, Onur Celik, Emiliyan Gospodinov, Florian Seligmann, Weiran Liao, Aryan Kaushik, Gerhard Neumann 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 offsets these gains, leading to poor sample efficiency. Existing online action chunking methods address these issues through computationally expensive critic-only approaches or by relying on offline data. We introduce SEAR, a sample-efficient off-policy algorithm that enables online reinforcement learning with action chunks by addressing both challenges. To handle high-dimensional action sequences, SEAR employs a causal transformer critic trained with multi-horizon targets that provide a training signal for every prefix of an action chunk, effectively increasing the useful gradients per sample. To restore decision frequency, SEAR operates with a receding horizon and random replanning, ensuring uniform state coverage while combining the fast value propagation of large chunks with the reactivity of small ones. SEAR outperforms state-of-the-art online reinforcement learning methods including SimbaV2 on challenging Metaworld manipulation tasks. Beyond online RL, applying SEAR to the offline-to-online method QC improves its performance on the demanding OGBench cube-triple tasks.

📄 PDF Abstract BibTeX arXiv:2603.01891

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

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

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

Bidirectional Decoding: Improving Action Chunking via Guided Test-Time Sampling

2024-08-30 · Yuejiang Liu, Jubayer Ibn Hamid, Annie Xie, Yoonho Lee 외

Predicting and executing a sequence of actions without intermediate replanning, known as action chunking, is increasingly used in robot learning from human demonstrations. Yet, its effects on the learned policy remain in…

Chunking

Action Chunking with Transformers for Image-Based Spacecraft Guidance and Control

2025-09-04 · Alejandro Posadas-Nava, Andrea Scorsoglio, Luca Ghilardi, Roberto Furfaro 외 arxiv

We present an imitation learning approach for spacecraft guidance, navigation, and control(GNC) that achieves high performance from limited data. Using only 100 expert demonstrations, equivalent to 6,300 environment inte…

Reinforcement Learning

Temporal Action Selection for Action Chunking

2025-11-06 · Yueyang Weng, Xiaopeng Zhang, Yongjin Mu, Yingcong Zhu 외 arxiv

Action chunking is a widely adopted approach in Learning from Demonstration (LfD). By modeling multi-step action chunks rather than single-step actions, action chunking significantly enhances modeling capabilities for hu…

Reinforcement Learning