English

Softmax Policy Gradient Methods Can Take Exponential Time to Converge

Machine Learning 2022-12-19 v3 Information Theory Systems and Control Systems and Control math.IT Optimization and Control Machine Learning

Abstract

The softmax policy gradient (PG) method, which performs gradient ascent under softmax policy parameterization, is arguably one of the de facto implementations of policy optimization in modern reinforcement learning. For γ\gamma-discounted infinite-horizon tabular Markov decision processes (MDPs), remarkable progress has recently been achieved towards establishing global convergence of softmax PG methods in finding a near-optimal policy. However, prior results fall short of delineating clear dependencies of convergence rates on salient parameters such as the cardinality of the state space S\mathcal{S} and the effective horizon 11γ\frac{1}{1-\gamma}, both of which could be excessively large. In this paper, we deliver a pessimistic message regarding the iteration complexity of softmax PG methods, despite assuming access to exact gradient computation. Specifically, we demonstrate that the softmax PG method with stepsize η\eta can take 1ηS2Ω(11γ) iterations \frac{1}{\eta} |\mathcal{S}|^{2^{\Omega\big(\frac{1}{1-\gamma}\big)}} ~\text{iterations} to converge, even in the presence of a benign policy initialization and an initial state distribution amenable to exploration (so that the distribution mismatch coefficient is not exceedingly large). This is accomplished by characterizing the algorithmic dynamics over a carefully-constructed MDP containing only three actions. Our exponential lower bound hints at the necessity of carefully adjusting update rules or enforcing proper regularization in accelerating PG methods.

Keywords

Cite

@article{arxiv.2102.11270,
  title  = {Softmax Policy Gradient Methods Can Take Exponential Time to Converge},
  author = {Gen Li and Yuting Wei and Yuejie Chi and Yuxin Chen},
  journal= {arXiv preprint arXiv:2102.11270},
  year   = {2022}
}

Comments

accepted to Mathematical Programming (Series A); also presented in part in Conference on Learning Theory (COLT) 2021

R2 v1 2026-06-23T23:24:54.590Z