paper-with-me

Papers

Decision-Aware Actor-Critic with Function Approximation and Theoretical Guarantees

2023-05-24 · NeurIPS 2023 11 · Sharan Vaswani, Amirreza Kazemi, Reza Babanezhad, Nicolas Le Roux

Actor-critic (AC) methods are widely used in reinforcement learning (RL) and benefit from the flexibility of using any policy gradient method as the actor and value-based method as the critic. The critic is usually trained by minimizing the TD error, an objective that is potentially decorrelated with the true goal of achieving a high reward with the actor. We address this mismatch by designing a joint objective for training the actor and critic in a decision-aware fashion. We use the proposed objective to design a generic, AC algorithm that can easily handle any function approximation. We explicitly characterize the conditions under which the resulting algorithm guarantees monotonic policy improvement, regardless of the choice of the policy and critic parameterization. Instantiating the generic algorithm results in an actor that involves maximizing a sequence of surrogate functions (similar to TRPO, PPO) and a critic that involves minimizing a closely connected objective. Using simple bandit examples, we provably establish the benefit of the proposed critic objective over the standard squared error. Finally, we empirically demonstrate the benefit of our decision-aware actor-critic framework on simple RL problems.

📄 PDF Abstract BibTeX arXiv:2305.15249

Code (1)

amirrezakazemi/acpg 공식 구현

Tasks

Reinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

TRPO Trust Region Policy Optimization, or TRPO, is a policy gradient method in reinforcement learning that avoids parameter updates that change the policy too much with a KL…

Similar Papers 제목 키워드 기반

An Actor-Critic Algorithm with Function Approximation for Risk Sensitive Cost Markov Decision Processes

2025-02-17 · Soumyajit Guin, Vivek S. Borkar, Shalabh Bhatnagar

In this paper, we consider the risk-sensitive cost criterion with exponentiated costs for Markov decision processes and develop a model-free policy gradient algorithm in this setting. Unlike additive cost criteria such a…

A constrained optimization perspective on actor critic algorithms and application to network routing

2015-07-28 · Prashanth L. A., H. L. Prasad, Shalabh Bhatnagar, Prakash Chandra

We propose a novel actor-critic algorithm with guaranteed convergence to an optimal policy for a discounted reward Markov decision process. The actor incorporates a descent direction that is motivated by the solution of …

Second-Order Actor-Critic Methods for Discounted MDPs via Policy Hessian Decomposition

2026-05-14 · Sanjeev Manivannan, Shuban V arxiv

We address the discounted reward setting in reinforcement learning (RL). To mitigate the value approximation challenges in policy gradient methods, actor-critic approaches have been developed and are known to converge to…

Reinforcement Learning

Heavy-Ball Momentum Accelerated Actor-Critic With Function Approximation

2024-08-13 · Yanjie Dong, Haijun Zhang, Gang Wang, Shisheng Cui 외

By using an parametric value function to replace the Monte-Carlo rollouts for value estimation, the actor-critic (AC) algorithms can reduce the variance of stochastic policy gradient so that to improve the convergence ra…

Error Controlled Actor-Critic Method to Reinforcement Learning

2021-01-01 · Xingen Gao, Fei Chao, Changle Zhou, Zhen Ge 외

In the reinforcement learning (RL) algorithms which incorporate function approximation methods, the approximation error of value function inevitably cause overestimation phenomenon and have a negative impact on the conve…

continuous-controlContinuous ControlOpenAI Gymreinforcement-learning+2