paper-with-me

Papers

Gradient Temporal Difference with Momentum: Stability and Convergence

2021-11-22 · Rohan Deb, Shalabh Bhatnagar

Gradient temporal difference (Gradient TD) algorithms are a popular class of stochastic approximation (SA) algorithms used for policy evaluation in reinforcement learning. Here, we consider Gradient TD algorithms with an additional heavy ball momentum term and provide choice of step size and momentum parameter that ensures almost sure convergence of these algorithms asymptotically. In doing so, we decompose the heavy ball Gradient TD iterates into three separate iterates with different step sizes. We first analyze these iterates under one-timescale SA setting using results from current literature. However, the one-timescale case is restrictive and a more general analysis can be provided by looking at a three-timescale decomposition of the iterates. In the process, we provide the first conditions for stability and convergence of general three-timescale SA. We then prove that the heavy ball Gradient TD algorithm is convergent using our three-timescale SA analysis. Finally, we evaluate these algorithms on standard RL problems and report improvement in performance over the vanilla algorithms.

📄 PDF Abstract BibTeX arXiv:2111.11004

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

$N$-Timescale Stochastic Approximation: Stability and Convergence

2021-12-07 · Rohan Deb, Shalabh Bhatnagar

This paper presents the first sufficient conditions that guarantee the stability and almost sure convergence of $N$-timescale stochastic approximation (SA) iterates for any $N\geq1$. It extends the existing results on On…

Convergence and Stability of the Stochastic Proximal Point Algorithm with Momentum

2021-11-11 · Junhyung Lyle Kim, Panos Toulis, Anastasios Kyrillidis

Stochastic gradient descent with momentum (SGDM) is the dominant algorithm in many optimization scenarios, including convex optimization instances and non-convex neural network training. Yet, in the stochastic setting, m…

Understanding the Role of Momentum in Stochastic Gradient Methods

2019-10-30 · NeurIPS 2019 12 · Igor Gitman, Hunter Lang, Pengchuan Zhang, Lin Xiao

The use of momentum in stochastic gradient methods has become a widespread practice in machine learning. Different variants of momentum, including heavy-ball momentum, Nesterov's accelerated gradient (NAG), and quasi-hyp…

Stochastic Optimization

A Unified Analysis of Stochastic Momentum Methods for Deep Learning

2018-08-30 · Yan Yan, Tianbao Yang, Zhe Li, Qihang Lin 외

Stochastic momentum methods have been widely adopted in training deep neural networks. However, their theoretical analysis of convergence of the training objective and the generalization error for prediction is still und…

Deep Learning

Aggregated Momentum: Stability Through Passive Damping

2018-04-01 · ICLR 2019 5 · James Lucas, Shengyang Sun, Richard Zemel, Roger Grosse

Momentum is a simple and widely used trick which allows gradient-based optimizers to pick up speed along low curvature directions. Its performance depends crucially on a damping coefficient $\beta$. Large $\beta$ values …