Table of Contents
Fetching ...

Beyond Exact Gradients: Convergence of Stochastic Soft-Max Policy Gradient Methods with Entropy Regularization

Yuhao Ding, Junzi Zhang, Hyunin Lee, Javad Lavaei

TL;DR

This work addresses the lack of global convergence theory for stochastic entropy-regularized policy gradient methods with soft-max parametrization. It introduces two nearly unbiased estimators—an unbiased visitation-measure estimator and a practical trajectory-based estimator—both with uniformly bounded variance despite unbounded regularized rewards. To overcome the non-coercive landscape, it proposes a two-phase algorithm that uses a large batch in phase I and a small batch in phase II, achieving a global convergence guarantee with sample complexity $\tilde{O}(1/\epsilon^2)$. The results provide the first global convergence and tight sample complexity bounds for stochastic, entropy-regularized vanilla PG, offering theoretical grounding and practical guidance for entropy-regularized RL in stochastic settings.

Abstract

Entropy regularization is an efficient technique for encouraging exploration and preventing a premature convergence of (vanilla) policy gradient methods in reinforcement learning (RL). However, the theoretical understanding of entropy-regularized RL algorithms has been limited. In this paper, we revisit the classical entropy regularized policy gradient methods with the soft-max policy parametrization, whose convergence has so far only been established assuming access to exact gradient oracles. To go beyond this scenario, we propose the first set of (nearly) unbiased stochastic policy gradient estimators with trajectory-level entropy regularization, with one being an unbiased visitation measure-based estimator and the other one being a nearly unbiased yet more practical trajectory-based estimator. We prove that although the estimators themselves are unbounded in general due to the additional logarithmic policy rewards introduced by the entropy term, the variances are uniformly bounded. We then propose a two-phase stochastic policy gradient (PG) algorithm that uses a large batch size in the first phase to overcome the challenge of the stochastic approximation due to the non-coercive landscape, and uses a small batch size in the second phase by leveraging the curvature information around the optimal policy. We establish a global optimality convergence result and a sample complexity of $\widetilde{\mathcal{O}}(\frac{1}{ε^2})$ for the proposed algorithm. Our result is the first global convergence and sample complexity results for the stochastic entropy-regularized vanilla PG method.

Beyond Exact Gradients: Convergence of Stochastic Soft-Max Policy Gradient Methods with Entropy Regularization

TL;DR

This work addresses the lack of global convergence theory for stochastic entropy-regularized policy gradient methods with soft-max parametrization. It introduces two nearly unbiased estimators—an unbiased visitation-measure estimator and a practical trajectory-based estimator—both with uniformly bounded variance despite unbounded regularized rewards. To overcome the non-coercive landscape, it proposes a two-phase algorithm that uses a large batch in phase I and a small batch in phase II, achieving a global convergence guarantee with sample complexity . The results provide the first global convergence and tight sample complexity bounds for stochastic, entropy-regularized vanilla PG, offering theoretical grounding and practical guidance for entropy-regularized RL in stochastic settings.

Abstract

Entropy regularization is an efficient technique for encouraging exploration and preventing a premature convergence of (vanilla) policy gradient methods in reinforcement learning (RL). However, the theoretical understanding of entropy-regularized RL algorithms has been limited. In this paper, we revisit the classical entropy regularized policy gradient methods with the soft-max policy parametrization, whose convergence has so far only been established assuming access to exact gradient oracles. To go beyond this scenario, we propose the first set of (nearly) unbiased stochastic policy gradient estimators with trajectory-level entropy regularization, with one being an unbiased visitation measure-based estimator and the other one being a nearly unbiased yet more practical trajectory-based estimator. We prove that although the estimators themselves are unbounded in general due to the additional logarithmic policy rewards introduced by the entropy term, the variances are uniformly bounded. We then propose a two-phase stochastic policy gradient (PG) algorithm that uses a large batch size in the first phase to overcome the challenge of the stochastic approximation due to the non-coercive landscape, and uses a small batch size in the second phase by leveraging the curvature information around the optimal policy. We establish a global optimality convergence result and a sample complexity of for the proposed algorithm. Our result is the first global convergence and sample complexity results for the stochastic entropy-regularized vanilla PG method.

Paper Structure

This paper contains 28 sections, 20 theorems, 67 equations, 3 figures, 5 algorithms.

Key Result

Lemma 1

${V}^{{\theta}}_\lambda(s) \leq \frac{\bar{r}+\lambda \log |\mathcal{A}|}{1-\gamma}$ and $Q_{\lambda}^{\pi}(s, a)\leq \frac{\bar{r}+\lambda \log |\mathcal{A}|}{1-\gamma}$ for all $(s,a) \in \mathcal{S}\times \mathcal{A}$ and $\theta\in {\mathbb{R}^{|\mathcal{S}| |\mathcal{A}|}}$.

Figures (3)

  • Figure 1: Landscape of $\pi_{\theta}^{\top}\left(r-\log \pi_{\theta}\right)$.
  • Figure 2: Roadmap of the main ideas behind the proof of Theorem \ref{['thm: two phases bound']} and their connection to various lemmas in the paper.
  • Figure 3: Rewards comparison among two different value estimators.

Theorems & Definitions (32)

  • Lemma 1: mei2020global
  • Lemma 2: Proposition 2 in cayci2021linear
  • Lemma 3: Lemmas 7 and 14 in mei2020global
  • Lemma 4
  • Lemma 5
  • Lemma 6
  • Lemma 7
  • Remark 1
  • Lemma 8: Lemma 15 in mei2020global
  • Lemma 9: Lemma 16 in mei2020global
  • ...and 22 more