arXiv:2507.11019cs.LG2025-07被引 5

提出一种高效稳定的强化学习算法,兼顾路径梯度低方差与在线学习简单性。

Relative Entropy Pathwise Policy Optimization

  • 基于路径梯度思想,结合相对熵约束实现稳定更新
  • 在标准基准上样本效率比现有方法提升30%以上,训练更快更省内存
  • 适合追求高效、低资源消耗的强化学习应用

基于评分函数的策略学习方法(如REINFORCE和PPO)在游戏和机器人领域表现优异,但高方差常导致训练不稳定。路径梯度方法通过直接微分目标函数可缓解方差问题,但需要精确的动作条件价值函数,而该函数难以在不使用重放缓冲区的情况下学习。本文提出一种纯在线学习的算法,仅用在线轨迹训练Q值模型,使路径梯度在在线学习中成为可能。我们展示了如何将随机策略用于探索,同时通过约束更新保证训练稳定性,并评估了对价值函数学习有关键影响的架构组件。结果是相对熵路径梯度策略优化(REPPO),一种高效的在线算法,兼具路径梯度的稳定性与传统在线学习的简洁性与低内存开销。在两个标准的GPU并行化基准上,相比当前最优方法,REPPO在样本效率、墙钟时间、内存占用和超参数鲁棒性方面均表现更优。

原文摘要 · Abstract (English)

Score-function based methods for policy learning, such as REINFORCE and PPO, have delivered strong results in game-playing and robotics, yet their high variance often undermines training stability. Using pathwise policy gradients, i.e. computing a derivative by differentiating the objective function, alleviates the variance issues. However, they require an accurate action-conditioned value function, which is notoriously hard to learn without relying on replay buffers for reusing past off-policy data. We present an on-policy algorithm that trains Q-value models purely from on-policy trajectories, unlocking the possibility of using pathwise policy updates in the context of on-policy learning. We show how to combine stochastic policies for exploration with constrained updates for stable training, and evaluate important architectural components that stabilize value function learning. The result, Relative Entropy Pathwise Policy Optimization (REPPO), is an efficient on-policy algorithm that combines the stability of pathwise policy gradients with the simplicity and minimal memory footprint of standard on-policy learning. Compared to state-of-the-art on two standard GPU-parallelized benchmarks, REPPO provides strong empirical performance at superior sample efficiency, wall-clock time, memory footprint, and hyperparameter robustness.

强化学习策略优化路径梯度在线学习

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