paper-with-me

홈 › Papers

Variance Reduction in Actor Critic Methods (ACM)

2019-07-23 · Eric Benhamou

After presenting Actor Critic Methods (ACM), we show ACM are control variate estimators. Using the projection theorem, we prove that the Q and Advantage Actor Critic (A2C) methods are optimal in the sense of the $L^2$ norm for the control variate estimators spanned by functions conditioned by the current state and action. This straightforward application of Pythagoras theorem provides a theoretical justification of the strong performance of QAC and AAC most often referred to as A2C methods in deep policy gradient methods. This enables us to derive a new formulation for Advantage Actor Critic methods that has lower variance and improves the traditional A2C method.

📄 PDF Abstract BibTeX arXiv:1907.09765

Code (0)

등록된 구현이 없습니다.

Tasks

Policy Gradient Methods

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 제목 키워드 기반

Refined Analysis of Entropy-Regularized Actor-Critic

2026-05-23 · Safwan Labbi, Paul Mangold, Daniil Tiapkin, Eric Moulines arxiv

In this paper, we study the role of the critic in actor--critic for entropy-regularized, finite, discounted environments. We establish that, when the critic is exact, using the latter as a baseline is a variance-reductio…

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 r…

Policy Gradient MethodsReinforcement Learning (RL)

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

Adaptive Ensemble Aggregation for Actor-Critics

2025-07-31 · Nicklas Werge, Yi-Shan Wu, Manuel Haussmann, Bahareh Tasdighi 외 arxiv

Ensembles are ubiquitous in off-policy actor-critic learning, yet their efficacy depends critically on how they are aggregated. Current methods typically rely on static rules or task-specific hyperparameters to balance o…

Reinforcement LearningContinuous Control

Variance Reduction for Matrix Computations with Applications to Gaussian Processes

2021-06-28 · Anant Mathur, Sarat Moka, Zdravko Botev

In addition to recent developments in computing speed and memory, methodological advances have contributed to significant gains in the performance of stochastic simulation. In this paper, we focus on variance reduction f…

Gaussian Processes