arXiv:2510.08218cs.LGcs.AI2025-10被引 7

提出无需蒸馏或反向传播的可扩展离线强化学习方法

Expressive Value Learning for Scalable Offline Reinforcement Learning

  • 用流匹配学习表达性强的价值函数,避免传统依赖
  • 推理时通过拒绝采样高效优化策略,支持大规模搜索
  • 适用于复杂任务,适合需要高可扩展性的机器人学习

强化学习在决策序列学习中具有强大潜力,但因缺乏可扩展性尚未广泛应用于机器人领域。离线强化学习通过在大型多样数据集上训练代理,避免了在线学习中高昂的真实世界交互成本。随着数据集日益复杂,需使用扩散和流匹配等表达性强的生成模型来实现可扩展性。然而现有方法通常依赖反向传播通过时间(BPTT),计算开销大;或依赖策略蒸馏,引入累积误差并限制对更大基础策略的扩展。本文提出一种无需蒸馏或BPTT的可扩展离线强化学习方法——表达性价值学习(EVOR):在训练中通过流匹配学习最优正则化Q函数;推理时通过拒绝采样基于表达性价值函数提取策略,实现高效优化、正则化与可扩展计算搜索,无需重新训练。实验证明,EVOR在多种离线强化学习任务中优于基线,证明将表达性价值学习融入离线强化学习的有效性。

原文摘要 · Abstract (English)

Reinforcement learning (RL) is a powerful paradigm for learning to make sequences of decisions. However, RL has yet to be fully leveraged in robotics, principally due to its lack of scalability. Offline RL offers a promising avenue by training agents on large, diverse datasets, avoiding the costly real-world interactions of online RL. Scaling offline RL to increasingly complex datasets requires expressive generative models such as diffusion and flow matching. However, existing methods typically depend on either backpropagation through time (BPTT), which is computationally prohibitive, or policy distillation, which introduces compounding errors and limits scalability to larger base policies. In this paper, we consider the question of how to develop a scalable offline RL approach without relying on distillation or backpropagation through time. We introduce Expressive Value Learning for Offline Reinforcement Learning (EVOR): a scalable offline RL approach that integrates both expressive policies and expressive value functions. EVOR learns an optimal, regularized Q-function via flow matching during training. At inference-time, EVOR performs inference-time policy extraction via rejection sampling against the expressive value function, enabling efficient optimization, regularization, and compute-scalable search without retraining. Empirically, we show that EVOR outperforms baselines on a diverse set of offline RL tasks, demonstrating the benefit of integrating expressive value learning into offline RL.

强化学习离线学习流匹配可扩展

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