用扩散模型提升PPO在连续控制中的采样效率和探索能力
Enhancing Sample Efficiency and Exploration in Reinforcement Learning through the Integration of Diffusion Models and Proximal Policy Optimization
- 引入扩散动作先验,通过条件生成增强策略探索
- 在8个MuJoCo任务上显著提升早期学习效率,6/8任务达最优最终回报
- 保持纯在线更新,计算开销仅增加1.18倍,适合高维连续控制
近端策略优化(PPO)因其稳定训练被广泛用于连续控制,但在交互成本高、动作空间维度高的任务中仍存在采样效率低的问题。本文提出PPO-DAP(带扩散动作先验的PPO),一种严格在线策略框架,在不修改PPO目标的前提下提升探索质量与学习效率。该方法采用两阶段流程:离线阶段,基于记录轨迹预训练条件扩散动作先验以覆盖行为策略支持的动作分布;在线阶段,仅使用新采集的在线策略回放数据更新演员-评论家,同时通过参数高效微调(适配器/LoRA)在小参数子集上适应扩散先验至在线状态分布。针对每个在线状态,先验生成多个动作提案,并通过基于评论家的能级重加权与去噪梯度引导聚焦于高价值区域。这些提案仅通过低权重模仿损失和可选软KL正则项影响演员,关键的是,PPO梯度从不反向传播至离线日志或纯合成轨迹。我们进一步从双近端视角分析该方法并推导出一步性能下界。在统一在线预算为100万环境步长的8个MuJoCo连续控制任务上,PPO-DAP持续提升早期学习效率(前40轮的学习曲线面积,ALC@40),并在6/8任务上达到或超过最强在线基线的最终回报,计算开销仅增加1.18±0.04倍(墙钟时间)和1.05±0.02倍(峰值GPU内存)。
原文摘要 · Abstract (English)
Proximal Policy Optimization (PPO) is widely used in continuous control due to its robustness and stable training, yet it remains sample-inefficient in tasks with expensive interactions and high-dimensional action spaces. This paper proposes PPO-DAP (PPO with Diffusion Action Prior), a strictly on-policy framework that improves exploration quality and learning efficiency without modifying the PPO objective. PPO-DAP follows a two-stage protocol. Offline, we pretrain a conditional diffusion action prior on logged trajectories to cover the action distribution supported by the behavior policy. Online, PPO updates the actor-critic only using newly collected on-policy rollouts, while the diffusion prior is adapted around the on-policy state distribution via parameter-efficient tuning (Adapter/LoRA) over a small parameter subset. For each on-policy state, the prior generates multiple action proposals and concentrates them toward high-value regions using critic-based energy reweighting and in-denoising gradient guidance. These proposals affect the actor only through a low-weight imitation loss and an optional soft KL regularizer to the prior; importantly, PPO gradients are never backpropagated through offline logs or purely synthetic trajectories. We further analyze the method from a dual-proximal perspective and derive a one-step performance lower bound. Across eight MuJoCo continuous-control tasks under a unified online budget of 1.0M environment steps, PPO-DAP consistently improves early learning efficiency (area under the learning curve over the first 40 epochs, ALC@40) and matches or exceeds the strongest on-policy baselines in final return on 6/8 tasks, with modest overhead (1.18+/-0.04x wall-clock time and 1.05+/-0.02x peak GPU memory relative to PPO).
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。