English

Revisiting Policy Gradients for Restricted Policy Classes: Escaping Myopic Local Optima with $k$-step Policy Gradients

Machine Learning 2026-05-12 v1 Machine Learning

Abstract

This work revisits standard policy gradient methods used on restricted policy classes, which are known to get stuck in suboptimal critical points. We identify an important cause for this phenomenon to be that the policy gradient is itself fundamentally myopic, i.e. it only improves the policy based on the one-step QQ-function. In this work, we propose a generalized kk-step policy gradient method that couples the randomness within a kk-step time window and can escape the myopic local optima in MDPs with restricted policy classes. We show this new method is theoretically guaranteed to converge to a solution that is exponentially close in performance to the optimal deterministic policy with respect to kk. Further, we show projected gradient descent and mirror descent with this kk-step policy gradient can achieve this exponential guarantee in O(1T)O(\frac{1}{T}) iterations, despite only assuming smoothness and differentiability of the value function. This will provide near optimal solutions to previously elusive applications like state aggregation and partially observable cooperative multi-agent settings. Moreover, our bounds avoid the ubiquitous distribution mismatch factors dμπ/dμπ||d_\mu^{\pi^*} / d_\mu^{\pi}||_\infty and dμπ/μ||d_\mu^{\pi^*} / \mu||_\infty enabling the kk-step policy gradient method to escape suboptimal critical points that emerge from poor exploration in fully observable settings.

Keywords

Cite

@article{arxiv.2605.10909,
  title  = {Revisiting Policy Gradients for Restricted Policy Classes: Escaping Myopic Local Optima with $k$-step Policy Gradients},
  author = {Alex DeWeese and Guannan Qu},
  journal= {arXiv preprint arXiv:2605.10909},
  year   = {2026}
}