LGAIOCDec 2, 2020

Convergence Proof for Actor-Critic Methods Applied to PPO and RUDDER

arXiv:2012.01399v157 citations
AI Analysis

This work provides theoretical guarantees for the convergence of widely used actor-critic algorithms, which is important for researchers and practitioners in reinforcement learning.

This paper provides a convergence proof for actor-critic reinforcement learning algorithms, including PPO and RUDDER, under common assumptions. The proof applies to methods using episodic samples and policies that become more greedy during learning, addressing limitations of previous proofs.

We prove under commonly used assumptions the convergence of actor-critic reinforcement learning algorithms, which simultaneously learn a policy function, the actor, and a value function, the critic. Both functions can be deep neural networks of arbitrary complexity. Our framework allows showing convergence of the well known Proximal Policy Optimization (PPO) and of the recently introduced RUDDER. For the convergence proof we employ recently introduced techniques from the two time-scale stochastic approximation theory. Our results are valid for actor-critic methods that use episodic samples and that have a policy that becomes more greedy during learning. Previous convergence proofs assume linear function approximation, cannot treat episodic examples, or do not consider that policies become greedy. The latter is relevant since optimal policies are typically deterministic.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes