paper-with-me

Papers

Stochastic Variance-Reduced Policy Gradient

2018-06-14 · ICML 2018 7 · Matteo Papini, Damiano Binaghi, Giuseppe Canonaco, Matteo Pirotta, Marcello Restelli

In this paper, we propose a novel reinforcement- learning algorithm consisting in a stochastic variance-reduced version of policy gradient for solving Markov Decision Processes (MDPs). Stochastic variance-reduced gradient (SVRG) methods have proven to be very successful in supervised learning. However, their adaptation to policy gradient is not straightforward and needs to account for I) a non-concave objective func- tion; II) approximations in the full gradient com- putation; and III) a non-stationary sampling pro- cess. The result is SVRPG, a stochastic variance- reduced policy gradient algorithm that leverages on importance weights to preserve the unbiased- ness of the gradient estimate. Under standard as- sumptions on the MDP, we provide convergence guarantees for SVRPG with a convergence rate that is linear under increasing batch sizes. Finally, we suggest practical variants of SVRPG, and we empirically evaluate them on continuous MDPs.

📄 PDF Abstract BibTeX arXiv:1806.05618

Code (1)

Dam930/rllab 공식 구현 tf

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Variance-Reduced Off-Policy Memory-Efficient Policy Search

2020-09-14 · Daoming Lyu, Qi Qi, Mohammad Ghavamzadeh, Hengshuai Yao 외

Off-policy policy optimization is a challenging problem in reinforcement learning (RL). The algorithms designed for this problem often suffer from high variance in their estimators, which results in poor sample efficienc…

Reinforcement Learning (RL)Stochastic Optimization

Stochastic Recursive Momentum for Policy Gradient Methods

2020-03-09 · Huizhuo Yuan, Xiangru Lian, Ji Liu, Yuren Zhou

In this paper, we propose a novel algorithm named STOchastic Recursive Momentum for Policy Gradient (STORM-PG), which operates a SARAH-type stochastic recursive variance-reduced policy gradient in an exponential moving a…

Policy Gradient Methods

Oracle Complexity Reduction for Model-free LQR: A Stochastic Variance-Reduced Policy Gradient Approach

2023-09-19 · Leonardo F. Toso, Han Wang, James Anderson

We investigate the problem of learning an $\epsilon$-approximate solution for the discrete-time Linear Quadratic Regulator (LQR) problem via a Stochastic Variance-Reduced Policy Gradient (SVRPG) approach. Whilst policy g…

Policy Gradient Methods

Stochastic Dimension-reduced Second-order Methods for Policy Optimization

2023-01-28 · Jinsong Liu, Chenghan Xie, Qi Deng, Dongdong Ge 외

In this paper, we propose several new stochastic second-order algorithms for policy optimization that only require gradient and Hessian-vector product in each iteration, making them computationally efficient and comparab…

Policy Gradient MethodsSecond-order methods

Policy Optimization via Stochastic Recursive Gradient Algorithm

2019-05-01 · ICLR 2019 5 · Huizhuo Yuan, Chris Junchi Li, Yuhao Tang, Yuren Zhou

In this paper, we propose the StochAstic Recursive grAdient Policy Optimization (SARAPO) algorithm which is a novel variance reduction method on Trust Region Policy Optimization (TRPO). The algorithm incorporates the Sto…