用近似下一策略采样解决强化学习中策略更新的安全性难题
Approximate Next Policy Sampling: Replacing Conservative Target Policy Updates in Deep RL

- 通过调整训练数据分布逼近下一策略的访问分布
- 新算法在Atari和连续控制任务上性能持平或超越基准
- 适合追求更大策略更新且重视安全性的深度强化学习研究者
我们重新审视强化学习中的经典‘先有鸡还是先有蛋’问题:为安全改进策略,价值函数必须在策略更新后的状态访问分布上准确。然而该分布未知且无法采样用于价值函数训练。保守更新虽可解决此问题,但会缩小策略更新范围。本文提出一种替代方案——近似下一策略采样(ANPS),通过修改训练分布而非约束策略更新来应对该问题。若训练数据分布能近似下一策略分布,则ANPS成立。为此,我们引入稳定价值近似策略迭代(SV-API):在标准近似策略迭代循环中,固定目标策略,由迭代更新的行为策略收集相关经验,仅在满足收敛条件后才确定新策略。若满足特定稳定性条件,更新保证安全;否则至少与标准近似策略迭代同样安全。将SV-API应用于PPO得到稳定价值PPO(SV-PPO),在高维离散(Atari)和连续控制基准上表现匹配或更优,同时执行显著更大的目标策略更新。结果表明ANPS是该经典挑战的一种可行新解法。
原文摘要 · Abstract (English)
We revisit a classic "chicken-and-egg" problem in reinforcement learning: to safely improve a policy, the value function must be accurate on the state-visitation distribution of the updated policy. That distribution over states is unknown and cannot be sampled for the purposes of training the value function. Conservative updates solve this problem, but at the cost of shrinking the policy update. This paper explores an alternative solution, Approximate Next Policy Sampling (ANPS), which addresses the problem by modifying the training distribution rather than constraining the policy update. ANPS is satisfied if the distribution of the training data approximates that of the next policy. To demonstrate the feasibility and efficacy of ANPS, we introduce Stable Value Approximate Policy Iteration (SV-API). SV-API modifies the standard approximate policy iteration loop to hold the target policy fixed while an iteratively updated behavioral policy gathers relevant experience. It only commits to a new policy once a convergence criterion has been met. If certain stability criteria are met, the update is guaranteed to be safe; otherwise, it remains no less safe than standard approximate policy iteration. Applying SV-API to PPO yields Stable Value PPO (SV-PPO), which matches or improves performance on high-dimensional discrete (Atari) and continuous control benchmarks while executing substantially larger target policy updates. These results demonstrate the viability of ANPS as a new solution to this classic challenge in RL.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。