On the Theory of Policy Gradient Methods: Optimality, Approximation, and Distribution Shift
Alekh Agarwal, Sham M. Kakade, Jason D. Lee, Gaurav Mahajan
TL;DR
This work provides a rigorous global-convergence and average-case analysis of policy gradient methods in discounted MDPs, covering both tabular and function-approximation settings. It introduces a distribution-shift perspective and a distribution-mismatch coefficient to quantify exploration challenges, and it yields dimension-free rates for natural policy gradient in the tabular regime. For function approximation, it develops an estimation/transfer-error decomposition, enabling meaningful guarantees without worst-case state-space dependence and handling both log-linear and neural policies via Q-NPG and NPG frameworks. The results bridge policy-gradient optimization with supervised learning under distribution shift, offering insights into sample complexity, regularization, and the role of conditioning in practical reinforcement learning algorithms.
Abstract
Policy gradient methods are among the most effective methods in challenging reinforcement learning problems with large state and/or action spaces. However, little is known about even their most basic theoretical convergence properties, including: if and how fast they converge to a globally optimal solution or how they cope with approximation error due to using a restricted class of parametric policies. This work provides provable characterizations of the computational, approximation, and sample size properties of policy gradient methods in the context of discounted Markov Decision Processes (MDPs). We focus on both: "tabular" policy parameterizations, where the optimal policy is contained in the class and where we show global convergence to the optimal policy; and parametric policy classes (considering both log-linear and neural policy classes), which may not contain the optimal policy and where we provide agnostic learning results. One central contribution of this work is in providing approximation guarantees that are average case -- which avoid explicit worst-case dependencies on the size of state space -- by making a formal connection to supervised learning under distribution shift. This characterization shows an important interplay between estimation error, approximation error, and exploration (as characterized through a precisely defined condition number).
