LGOCPRMLMar 25, 2024

Weak Convergence Analysis of Online Neural Actor-Critic Algorithms

Oxford
arXiv:2403.16825v11 citationsh-index: 4
Originality Incremental advance
AI Analysis

This provides theoretical guarantees for convergence in reinforcement learning algorithms, addressing a key bottleneck in online settings with neural networks, though it is incremental as it builds on existing weak convergence techniques.

The authors tackled the challenge of proving convergence for online neural actor-critic algorithms, where data distribution changes dynamically during training, and established that the actor and critic networks converge to solutions of random ordinary differential equations, with the critic converging to the true value function and the actor to a stationary point.

We prove that a single-layer neural network trained with the online actor critic algorithm converges in distribution to a random ordinary differential equation (ODE) as the number of hidden units and the number of training steps $\rightarrow \infty$. In the online actor-critic algorithm, the distribution of the data samples dynamically changes as the model is updated, which is a key challenge for any convergence analysis. We establish the geometric ergodicity of the data samples under a fixed actor policy. Then, using a Poisson equation, we prove that the fluctuations of the model updates around the limit distribution due to the randomly-arriving data samples vanish as the number of parameter updates $\rightarrow \infty$. Using the Poisson equation and weak convergence techniques, we prove that the actor neural network and critic neural network converge to the solutions of a system of ODEs with random initial conditions. Analysis of the limit ODE shows that the limit critic network will converge to the true value function, which will provide the actor an asymptotically unbiased estimate of the policy gradient. We then prove that the limit actor network will converge to a stationary point.

Foundations

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

Your Notes