paper-with-me

홈 › Papers

Variance-Reduced Off-Policy TDC Learning: Non-Asymptotic Convergence Analysis

2020-10-26 · NeurIPS 2020 12 · Shaocong Ma, Yi Zhou, Shaofeng Zou

Variance reduction techniques have been successfully applied to temporal-difference (TD) learning and help to improve the sample complexity in policy evaluation. However, the existing work applied variance reduction to either the less popular one time-scale TD algorithm or the two time-scale GTD algorithm but with a finite number of i.i.d.\ samples, and both algorithms apply to only the on-policy setting. In this work, we develop a variance reduction scheme for the two time-scale TDC algorithm in the off-policy setting and analyze its non-asymptotic convergence rate over both i.i.d.\ and Markovian samples. In the i.i.d.\ setting, our algorithm {matches the best-known lower bound $\tilde{O}(\epsilon^{-1}$).} In the Markovian setting, our algorithm achieves the state-of-the-art sample complexity $O(\epsilon^{-1} \log {\epsilon}^{-1})$ that is near-optimal. Experiments demonstrate that the proposed variance-reduced TDC achieves a smaller asymptotic convergence error than both the conventional TDC and the variance-reduced TD.

📄 PDF Abstract BibTeX arXiv:2010.13272

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

An Improved Analysis of (Variance-Reduced) Policy Gradient and Natural Policy Gradient Methods

2022-11-15 · NeurIPS 2020 12 · Yanli Liu, Kaiqing Zhang, Tamer Başar, Wotao Yin

In this paper, we revisit and improve the convergence of policy gradient (PG), natural PG (NPG) methods, and their variance-reduced variants, under general smooth policy parametrizations. More specifically, with the Fish…

Policy Gradient Methods

Reanalysis of Variance Reduced Temporal Difference Learning

2020-01-07 · ICLR 2020 1 · Tengyu Xu, Zhe Wang, Yi Zhou, Yingbin Liang

Temporal difference (TD) learning is a popular algorithm for policy evaluation in reinforcement learning, but the vanilla TD can substantially suffer from the inherent optimization variance. A variance reduced TD (VRTD) …

Reinforcement Learning

Smoothed functional-based gradient algorithms for off-policy reinforcement learning: A non-asymptotic viewpoint

2021-01-06 · Nithia Vijayan, Prashanth L. A

We propose two policy gradient algorithms for solving the problem of control in an off-policy reinforcement learning (RL) context. Both algorithms incorporate a smoothed functional (SF) based gradient estimation scheme. …

Off-policy evaluationReinforcement Learning (RL)

Stochastic Variance-Reduced Iterative Hard Thresholding in Graph Sparsity Optimization

2024-07-24 · Derek Fox, Samuel Hernandez, Qianqian Tong

Stochastic optimization algorithms are widely used for large-scale data analysis due to their low per-iteration costs, but they often suffer from slow asymptotic convergence caused by inherent variance. Variance-reduced …

Stochastic Optimization

Stochastic Expectation Maximization with Variance Reduction

2018-12-01 · NeurIPS 2018 12 · Jianfei Chen, Jun Zhu, Yee Whye Teh, Tong Zhang

Expectation-Maximization (EM) is a popular tool for learning latent variable models, but the vanilla batch EM does not scale to large data sets because the whole data set is needed at every E-step. Stochastic Expectation…