paper-with-me

홈 › Papers

Low-Variance Policy Gradient Estimation with World Models

2020-10-29 · Michal Nauman, Floris den Hengst

In this paper, we propose World Model Policy Gradient (WMPG), an approach to reduce the variance of policy gradient estimates using learned world models (WM's). In WMPG, a WM is trained online and used to imagine trajectories. The imagined trajectories are used in two ways. Firstly, to calculate a without-replacement estimator of the policy gradient. Secondly, the return of the imagined trajectories is used as an informed baseline. We compare the proposed approach with AC and MAC on a set of environments of increasing complexity (CartPole, LunarLander and Pong) and find that WMPG has better sample efficiency. Based on these results, we conclude that WMPG can yield increased sample efficiency in cases where a robust latent representation of the environment can be learned.

📄 PDF Abstract BibTeX arXiv:2010.15622

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Actor-Critic with Active Importance Sampling

2026-05-08 · Majid Molaei, Gabor Paczolay, Matteo Papini, Alberto Maria Metelli 외 arxiv

This paper introduces the Active-Importance-Sampling Actor-Critic (AISAC) algorithm, an extension of the Actor-Critic framework for reducing variance in policy gradient estimation. AISAC optimizes the behavior policy to …

Reinforcement Learning

Optimal Estimation of Off-Policy Policy Gradient via Double Fitted Iteration

2022-01-31 · Chengzhuo Ni, Ruiqi Zhang, Xiang Ji, Xuezhou Zhang 외

Policy gradient (PG) estimation becomes a challenge when we are not allowed to sample with the target policy but only have access to a dataset generated by some unknown behavior policy. Conventional methods for off-polic…

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

A K-fold Method for Baseline Estimation in Policy Gradient Algorithms

2017-01-03 · Nithyanand Kota, Abhishek Mishra, Sunil Srinivasa, Xi 외

The high variance issue in unbiased policy-gradient methods such as VPG and REINFORCE is typically mitigated by adding a baseline. However, the baseline fitting itself suffers from the underfitting or the overfitting pro…

MuJoCoPolicy Gradient Methods

Deep Bayesian Quadrature Policy Optimization

2020-06-28 · Akella Ravi Tej, Kamyar Azizzadenesheli, Mohammad Ghavamzadeh, Anima Anandkumar 외

We study the problem of obtaining accurate policy gradient estimates using a finite number of samples. Monte-Carlo methods have been the default choice for policy gradient estimation, despite suffering from high variance…

continuous-controlContinuous ControlPolicy Gradient Methods