paper-with-me

Papers

Greedy Actor-Critic: A New Conditional Cross-Entropy Method for Policy Improvement

2018-10-22 · Samuel Neumann, Sungsu Lim, Ajin Joseph, Yangchen Pan, Adam White, Martha White

Many policy gradient methods are variants of Actor-Critic (AC), where a value function (critic) is learned to facilitate updating the parameterized policy (actor). The update to the actor involves a log-likelihood update weighted by the action-values, with the addition of entropy regularization for soft variants. In this work, we explore an alternative update for the actor, based on an extension of the cross entropy method (CEM) to condition on inputs (states). The idea is to start with a broader policy and slowly concentrate around maximal actions, using a maximum likelihood update towards actions in the top percentile per state. The speed of this concentration is controlled by a proposal policy, that concentrates at a slower rate than the actor. We first provide a policy improvement result in an idealized setting, and then prove that our conditional CEM (CCEM) strategy tracks a CEM update per state, even with changing action-values. We empirically show that our Greedy AC algorithm, that uses CCEM for the actor update, performs better than Soft Actor-Critic and is much less sensitive to entropy-regularization.

📄 PDF Abstract BibTeX arXiv:1810.09103

Code (1)

samuelfneumann/greedyac 공식 구현 pytorch

Tasks

Policy Gradient MethodsQ-Learning

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

Comparative Analysis of Parameterized Action Actor-Critic Reinforcement Learning Algorithms for Web Search Match Plan Generation

2025-10-03 · Ubayd Bapoo, Clement N Nyirenda arxiv

This study evaluates the performance of Soft Actor Critic (SAC), Greedy Actor Critic (GAC), and Truncated Quantile Critics (TQC) in high-dimensional decision-making tasks using fully observable environments. The focus is…

Hyperparameter OptimizationReinforcement Learning

Actor-critic is implicitly biased towards high entropy optimal policies

2021-10-21 · ICLR 2022 4 · Yuzheng Hu, Ziwei Ji, Matus Telgarsky

We show that the simplest actor-critic method -- a linear softmax policy updated with TD through interaction with a linear MDP, but featuring no explicit regularization or exploration -- does not merely find an optimal p…

Vocal Bursts Intensity Prediction

Shaping the learning landscape in neural networks around wide flat minima

2019-05-20 · Carlo Baldassi, Fabrizio Pittorino, Riccardo Zecchina

Learning in Deep Neural Networks (DNN) takes place by minimizing a non-convex high-dimensional loss function, typically by a stochastic gradient descent (SGD) strategy. The learning process is observed to be able to find…

Open-Ended Question Answering

A Continuous Relaxation of Beam Search for End-to-end Training of Neural Sequence Models

2017-08-01 · Kartik Goyal, Graham Neubig, Chris Dyer, Taylor Berg-Kirkpatrick

Beam search is a desirable choice of test-time decoding algorithm for neural sequence models because it potentially avoids search errors made by simpler greedy methods. However, typical cross entropy training procedures …

CCG SupertaggingMotion Segmentationnamed-entity-recognitionNamed Entity Recognition+1

Experimentally Comparing Uncertain Inference Systems to Probability

2013-03-27 · Ben P. Wise

This paper examines the biases and performance of several uncertain inference systems: Mycin, a variant of Mycin. and a simplified version of probability using conditional independence assumptions. We present axiomatic a…