arXiv:2602.09726cs.LGcs.AI2026-02

改进PPO算法,在保持稳定性的前提下提升数据利用效率。

ExO-PPO: an Extended Off-policy Proximal Policy Optimization Algorithm

  • 基于广义策略改进下界,推导出可扩展的离线策略优化方法
  • 用分段指数函数扩展裁剪机制,构建更合适的代理目标函数
  • 缓存过去M个策略生成的轨迹,实现高效离线训练,适合需要高样本效率的场景

深度强化学习虽在诸多任务中取得成功,但其策略梯度结构与训练动态导致模型调参仍具挑战。作为最成功的深度强化学习算法之一,近端策略优化(PPO)通过保守的在线策略更新裁剪策略梯度,保障了可靠稳定的策略提升,但牺牲了采样效率。相比之下,离线策略方法通过重用数据提升了数据利用率,却增加了估计方差和偏差。为兼顾两者优势,本文提出一种新型PPO变体——扩展离线策略近端策略优化(ExO-PPO)。首先,从广义策略改进下界的期望形式推导出扩展的离线策略改进准则;其次,引入分段指数函数扩展裁剪机制,构造更适宜的代理目标函数;第三,将过去M个策略生成的轨迹组织至经验回放缓冲区以支持离线训练。实验表明,相较于PPO及其若干先进变体,ExO-PPO在多种任务上实现了性能提升,同时在样本效率与稳定性之间取得良好平衡。

原文摘要 · Abstract (English)

Deep reinforcement learning has been able to solve various tasks successfully, however, due to the construction of policy gradient and training dynamics, tuning deep reinforcement learning models remains challenging. As one of the most successful deep reinforcement-learning algorithm, the Proximal Policy Optimization algorithm (PPO) clips the policy gradient within a conservative on-policy updates, which ensures reliable and stable policy improvement. However, this training pattern may sacrifice sample efficiency. On the other hand, off-policy methods make more adequate use of data through sample reuse, though at the cost of increased the estimation variance and bias. To leverage the advantages of both, in this paper, we propose a new PPO variant based on the stability guarantee from conservative on-policy iteration with a more efficient off-policy data utilization. Specifically, we first derive an extended off-policy improvement from an expectation form of generalized policy improvement lower bound. Then, we extend the clipping mechanism with segmented exponential functions for a suitable surrogate objective function. Third, the trajectories generated by the past $M$ policies are organized in the replay buffer for off-policy training. We refer to this method as Extended Off-policy Proximal Policy Optimization (ExO-PPO). Compared with PPO and some other state-of-the-art variants, we demonstrate an improved performance of ExO-PPO with balanced sample efficiency and stability on varied tasks in the empirical experiments.

强化学习PPO改进离线策略

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