用动作分块提升长程稀疏奖励任务的样本效率
Reinforcement Learning with Action Chunking
- 将动作分块引入TD学习,直接在分块动作空间中训练
- 在多个长程操作任务上,在线学习样本效率显著优于基线
- 适合需要高效探索的离线转在线强化学习场景
我们提出Q-chunking,一种简单有效的强化学习改进方法,适用于长时序、稀疏奖励的任务。该方法专为离线到在线强化学习设置设计,旨在利用离线数据集提升在线学习的样本效率。有效探索和高效学习仍是该设置中的核心挑战,因如何利用离线数据来获得良好探索策略尚不明确。我们的关键洞察是:动作分块——即预测未来一系列动作而非单步动作——可应用于基于时序差分(TD)的强化学习方法,以缓解探索难题。Q-chunking通过在‘分块’动作空间中直接进行强化学习,使智能体能够(1)利用离线数据中的时间一致性行为实现更高效的在线探索,(2)使用无偏的n步回溯进行更稳定高效的TD学习。实验表明,Q-chunking在多种长时序、稀疏奖励的操纵任务上展现出优异的离线性能和在线样本效率,优于现有最优的离线转在线方法。
原文摘要 · Abstract (English)
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 is to leverage an offline prior dataset to maximize the sample-efficiency of online learning. Effective exploration and sample-efficient learning remain central challenges in this setting, as it is not obvious how the offline data should be utilized to acquire a good exploratory policy. Our key insight is that action chunking, a technique popularized in imitation learning where sequences of future actions are predicted rather than a single action at each timestep, can be applied to temporal difference (TD)-based RL methods to mitigate the exploration challenge. Q-chunking adopts action chunking by directly running RL in a 'chunked' action space, enabling the agent to (1) leverage temporally consistent behaviors from offline data for more effective online exploration and (2) use unbiased $n$-step backups for more stable and efficient TD learning. Our experimental results demonstrate that Q-chunking exhibits strong offline performance and online sample efficiency, outperforming prior best offline-to-online methods on a range of long-horizon, sparse-reward manipulation tasks.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。