paper-with-me

Papers

SVRG for Policy Evaluation with Fewer Gradient Evaluations

2019-06-09 · Zilun Peng, Ahmed Touati, Pascal Vincent, Doina Precup

Stochastic variance-reduced gradient (SVRG) is an optimization method originally designed for tackling machine learning problems with a finite sum structure. SVRG was later shown to work for policy evaluation, a problem in reinforcement learning in which one aims to estimate the value function of a given policy. SVRG makes use of gradient estimates at two scales. At the slower scale, SVRG computes a full gradient over the whole dataset, which could lead to prohibitive computation costs. In this work, we show that two variants of SVRG for policy evaluation could significantly diminish the number of gradient calculations while preserving a linear convergence speed. More importantly, our theoretical result implies that one does not need to use the entire dataset in every epoch of SVRG when it is applied to policy evaluation with linear function approximation. Our experiments demonstrate large computational savings provided by the proposed methods.

📄 PDF Abstract BibTeX arXiv:1906.03704

Code (1)

zilunpeng/svrg_for_policy_evaluation_with_fewer_gradients pytorch

Tasks

Reinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Closing the gap between SVRG and TD-SVRG with Gradient Splitting

2022-11-29 · Arsenii Mustafin, Alex Olshevsky, Ioannis Ch. Paschalidis

Temporal difference (TD) learning is a policy evaluation in reinforcement learning whose performance can be enhanced by variance reduction methods. Recently, multiple works have sought to fuse TD learning with Stochastic…

SVRG Meets AdaGrad: Painless Variance Reduction

2021-02-18 · Benjamin Dubois-Taine, Sharan Vaswani, Reza Babanezhad, Mark Schmidt 외

Variance reduction (VR) methods for finite-sum minimization typically require the knowledge of problem-dependent constants that are often unknown and difficult to estimate. To address this, we use ideas from adaptive gra…

Semi-Stochastic Gradient Descent Methods

2013-12-05 · Jakub Konečný, Peter Richtárik

In this paper we study the problem of minimizing the average of a large number ($n$) of smooth convex loss functions. We propose a new method, S2GD (Semi-Stochastic Gradient Descent), which runs for one or several epochs…

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…

Stochastic Variance Reduction for Policy Gradient Estimation

2017-10-17 · Tianbing Xu, Qiang Liu, Jian Peng

Recent advances in policy gradient methods and deep learning have demonstrated their applicability for complex reinforcement learning problems. However, the variance of the performance gradient estimates obtained from th…

continuous-controlContinuous ControlMuJoCoPolicy Gradient Methods+3