提出新方法让扩散策略在在线强化学习中高效训练。
Efficient Online Reinforcement Learning for Diffusion Policy
- 重加权得分匹配,避免采样最优策略分布。
- 在MuJoCo上性能超越现有扩散策略,人类模型任务提升120%以上。
- 适合需要高效在线学习的机器人控制场景。
扩散策略因其强大的表达能力,在模仿学习和离线强化学习中表现优异。然而,传统扩散训练需从目标分布采样,这在在线强化学习中不可行。通过扩散过程反向传播策略梯度成本高且不稳定,难以扩展。为实现在线强化学习中扩散策略的高效训练,本文通过重加权损失函数推广了传统的去噪得分匹配。所提出的重加权得分匹配(RSM)保持了去噪得分匹配的最优解与低计算开销,同时无需从目标分布采样,并支持优化价值函数。我们设计了两种可计算的重加权损失函数,分别用于解决策略镜像下降与最大熵策略优化问题,得到两个实用算法:扩散策略镜像下降(DPMD)与软扩散演员-评论家(SDAC)。在MuJoCo基准上的全面对比显示,所提算法在多数任务上优于近期扩散策略在线强化学习方法,其中DPMD在Humanoid和Ant任务上性能超过软演员-评论家(SAC)120%以上。
原文摘要 · Abstract (English)
Diffusion policies have achieved superior performance in imitation learning and offline reinforcement learning (RL) due to their rich expressiveness. However, the conventional diffusion training procedure requires samples from target distribution, which is impossible in online RL since we cannot sample from the optimal policy. Backpropagating policy gradient through the diffusion process incurs huge computational costs and instability, thus being expensive and not scalable. To enable efficient training of diffusion policies in online RL, we generalize the conventional denoising score matching by reweighting the loss function. The resulting Reweighted Score Matching (RSM) preserves the optimal solution and low computational cost of denoising score matching, while eliminating the need to sample from the target distribution and allowing learning to optimize value functions. We introduce two tractable reweighted loss functions to solve two commonly used policy optimization problems, policy mirror descent and max-entropy policy, resulting in two practical algorithms named Diffusion Policy Mirror Descent (DPMD) and Soft Diffusion Actor-Critic (SDAC). We conducted comprehensive comparisons on MuJoCo benchmarks. The empirical results show that the proposed algorithms outperform recent diffusion-policy online RLs on most tasks, and the DPMD improves more than 120% over soft actor-critic on Humanoid and Ant.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。