English

SVRG for Policy Evaluation with Fewer Gradient Evaluations

Machine Learning 2020-06-22 v2 Machine Learning

Abstract

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.

Keywords

Cite

@article{arxiv.1906.03704,
  title  = {SVRG for Policy Evaluation with Fewer Gradient Evaluations},
  author = {Zilun Peng and Ahmed Touati and Pascal Vincent and Doina Precup},
  journal= {arXiv preprint arXiv:1906.03704},
  year   = {2020}
}

Comments

Short version of the paper is published in the proceedings of the 29th International Joint Conference on Artificial Intelligence and the 17th Pacific Rim International Conference on Artificial Intelligence (IJCAI-PRICAI2020)

R2 v1 2026-06-23T09:48:15.578Z