paper-with-me

홈 › Papers

Variance Reduction for Policy-Gradient Methods via Empirical Variance Minimization

2022-06-14 · Maxim Kaledin, Alexander Golubev, Denis Belomestny

Policy-gradient methods in Reinforcement Learning(RL) are very universal and widely applied in practice but their performance suffers from the high variance of the gradient estimate. Several procedures were proposed to reduce it including actor-critic(AC) and advantage actor-critic(A2C) methods. Recently the approaches have got new perspective due to the introduction of Deep RL: both new control variates(CV) and new sub-sampling procedures became available in the setting of complex models like neural networks. The vital part of CV-based methods is the goal functional for the training of the CV, the most popular one is the least-squares criterion of A2C. Despite its practical success, the criterion is not the only one possible. In this paper we for the first time investigate the performance of the one called Empirical Variance(EV). We observe in the experiments that not only EV-criterion performs not worse than A2C but sometimes can be considerably better. Apart from that, we also prove some theoretical guarantees of the actual variance reduction under very general assumptions and show that A2C least-squares goal functional is an upper bound for EV goal. Our experiments indicate that in terms of variance reduction EV-based methods are much better than A2C and allow stronger variance reduction.

📄 PDF Abstract BibTeX arXiv:2206.06827

Code (0)

등록된 구현이 없습니다.

Tasks

Policy Gradient MethodsReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

A2C A2C, or Advantage Actor Critic, is a synchronous version of the A3C policy gradient method. As an alternative to the asynchronous…

Similar Papers 제목 키워드 기반

From Importance Sampling to Doubly Robust Policy Gradient

2019-10-20 · ICML 2020 1 · Jiawei Huang, Nan Jiang

We show that on-policy policy gradient (PG) and its variance reduction variants can be derived by taking finite difference of function evaluations supplied by estimators from the importance sampling (IS) family for off-p…

Off-policy evaluation

Variance Reduced Domain Randomization for Policy Gradient

2021-09-29 · Yuankun Jiang, Chenglin Li, Wenrui Dai, Junni Zou 외

By introducing randomness on environment parameters that fundamentally affect the dynamics, domain randomization (DR) imposes diversity to the policy trained by deep reinforcement learning, and thus improves its capabili…

Deep Reinforcement LearningPolicy Gradient Methods

Stochastic Variance Reduction Methods for Policy Evaluation

2017-02-25 · ICML 2017 8 · Simon S. Du, Jianshu Chen, Lihong Li, Lin Xiao 외

Policy evaluation is a crucial step in many reinforcement-learning procedures, which estimates a value function that predicts states' long-term value under a given policy. In this paper, we focus on policy evaluation wit…

Reinforcement LearningReinforcement Learning (RL)

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…

Stabilizing Policy Gradient Methods via Reward Profiling

2025-11-20 · Shihab Ahmed, El Houcine Bergou, Aritra Dutta, Yue Wang arxiv

Policy gradient methods, which have been extensively studied in the last decade, offer an effective and efficient framework for reinforcement learning problems. However, their performances can often be unsatisfactory, su…

Reinforcement Learning