带策略反馈的邻近策略优化

Proximal Policy Optimization With Policy Feedback

IEEE Transactions on Systems, Man, and Cybernetics: Systems · 2021
被引 205 · 同刊同年前 1%
ABS 3

中文导读

针对经典Actor-Critic架构中策略不参与价值函数更新导致估计不准的问题,提出带策略反馈的AC架构PPO-PF,通过引入策略到价值更新中,在Atari游戏和控制任务上实现更快收敛、更高奖励和更低方差。

Abstract

Proximal policy optimization (PPO) is a deep reinforcement learning algorithm based on the actor–critic (AC) architecture. In the classic AC architecture, the Critic (value) network is used to estimate the value function while the Actor (policy) network optimizes the policy according to the estimated value function. The efficiency of the classic AC architecture is limited due that the policy does not directly participate in the value function update. The classic AC architecture will make the value function estimation inaccurate, which will affect the performance of the PPO algorithm. For improvement, we designed a novel AC architecture with policy feedback (AC-PF) by introducing the policy into the update process of the value function and further proposed the PPO with policy feedback (PPO-PF). For the AC-PF architecture, the policy-based expected (PBE) value function and discount reward formulas are designed by drawing inspiration from expected Sarsa. In order to enhance the sensitivity of the value function to the change of policy and to improve the accuracy of PBE value estimation at the early learning stage, we proposed a policy update method based on the clipped discount factor. Moreover, we specifically defined the loss functions of the policy network and value network to ensure that the policy update of PPO-PF satisfies the unbiased estimation of the trust region. Experiments on Atari games and control tasks show that compared to PPO, PPO-PF has faster convergence speed, higher reward, and smaller variance of reward.

强化学习深度强化学习Actor-Critic架构策略优化