paper-with-me

홈 › Papers

On the Second-Order Convergence of Biased Policy Gradient Algorithms

2023-11-05 · Siqiao Mu, Diego Klabjan

Since the objective functions of reinforcement learning problems are typically highly nonconvex, it is desirable that policy gradient, the most popular algorithm, escapes saddle points and arrives at second-order stationary points. Existing results only consider vanilla policy gradient algorithms with unbiased gradient estimators, but practical implementations under the infinite-horizon discounted reward setting are biased due to finite-horizon sampling. Moreover, actor-critic methods, whose second-order convergence has not yet been established, are also biased due to the critic approximation of the value function. We provide a novel second-order analysis of biased policy gradient methods, including the vanilla gradient estimator computed from Monte-Carlo sampling of trajectories as well as the double-loop actor-critic algorithm, where in the inner loop the critic improves the approximation of the value function via TD(0) learning. Separately, we also establish the convergence of TD(0) on Markov chains irrespective of initial state distribution.

📄 PDF Abstract BibTeX arXiv:2311.02546

Code (0)

등록된 구현이 없습니다.

Tasks

Policy Gradient Methods

Similar Papers 제목 키워드 기반

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

2021-10-19 · Yuhao Ding, Junzi Zhang, Hyunin Lee, Javad Lavaei

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 understand…

Policy Gradient MethodsReinforcement Learning (RL)

Non-asymptotic Analysis of Biased Stochastic Approximation Scheme

2019-02-02 · Belhal Karimi, Blazej Miasojedow, Eric Moulines, Hoi-To Wai

Stochastic approximation (SA) is a key method used in statistical learning. Recently, its non-asymptotic convergence analysis has been considered in many papers. However, most of the prior analyses are made under restric…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Policy Gradient with Second Order Momentum

2025-05-16 · Tianyu Sun

We develop Policy Gradient with Second-Order Momentum (PG-SOM), a lightweight second-order optimisation scheme for reinforcement-learning policies. PG-SOM augments the classical REINFORCE update with two exponentially we…

Refining Covariance Matrix Estimation in Stochastic Gradient Descent Through Bias Reduction

2026-04-23 · Ziyang Wei, Wanrong Zhu, Jingyang Lyu, Wei Biao Wu arxiv

We study online inference and asymptotic covariance estimation for the stochastic gradient descent (SGD) algorithm. While classical methods (such as plug-in and batch-means estimators) are available, they either require …

A Variance Controlled Stochastic Method with Biased Estimation for Faster Non-convex Optimization

2021-02-19 · Jia Bi, Steve R. Gunn

In this paper, we proposed a new technique, {\em variance controlled stochastic gradient} (VCSG), to improve the performance of the stochastic variance reduced gradient (SVRG) algorithm. To avoid over-reducing the varian…