arXiv:2412.11253cs.LGcs.AI2024-12

轻量模型也能在离线强化学习中实现高效高精度的长程规划。

Are Expressive Models Truly Necessary for Offline RL?

  • 用两层MLP加递归规划,替代复杂模型做轨迹建模。
  • 在D4RL基准上达到新SOTA,长任务表现显著超越现有方法。
  • 适合追求高效推理且需长程决策的工业级部署场景。

在各类离线强化学习方法中,目标条件监督学习(GCSL)因其将问题转化为序列建模任务而日益流行,从而规避了传统强化学习中价值学习的信用分配难题。然而,序列建模需在长轨迹中准确捕捉动态,通常依赖大型表达性模型,带来计算和推理延迟增加。本文提出反直觉发现:仅使用浅层2层MLP,通过简单的递归跳步规划(RSP)——基于当前与目标信息递归规划粗粒度未来子目标,并以数据重标注的子目标训练目标条件策略——即可实现与大模型相当的动力学一致性,大幅降低序列建模误差。RSP结构轻量,效率显著提升,在D4RL基准上尤其在多阶段长时序任务中取得新SOTA性能。

原文摘要 · Abstract (English)

Among various branches of offline reinforcement learning (RL) methods, goal-conditioned supervised learning (GCSL) has gained increasing popularity as it formulates the offline RL problem as a sequential modeling task, therefore bypassing the notoriously difficult credit assignment challenge of value learning in conventional RL paradigm. Sequential modeling, however, requires capturing accurate dynamics across long horizons in trajectory data to ensure reasonable policy performance. To meet this requirement, leveraging large, expressive models has become a popular choice in recent literature, which, however, comes at the cost of significantly increased computation and inference latency. Contradictory yet promising, we reveal that lightweight models as simple as shallow 2-layer MLPs, can also enjoy accurate dynamics consistency and significantly reduced sequential modeling errors against large expressive models by adopting a simple recursive planning scheme: recursively planning coarse-grained future sub-goals based on current and target information, and then executes the action with a goal-conditioned policy learned from data rela-beled with these sub-goal ground truths. We term our method Recursive Skip-Step Planning (RSP). Simple yet effective, RSP enjoys great efficiency improvements thanks to its lightweight structure, and substantially outperforms existing methods, reaching new SOTA performances on the D4RL benchmark, especially in multi-stage long-horizon tasks.

离线RL轻量模型长程规划序列建模

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。