paper-with-me

Papers

Adversarially Guided Actor-Critic

2021-02-08 · ICLR 2021 1 · Yannis Flet-Berliac, Johan Ferret, Olivier Pietquin, Philippe Preux, Matthieu Geist

Despite definite success in deep reinforcement learning problems, actor-critic algorithms are still confronted with sample inefficiency in complex environments, particularly in tasks where efficient exploration is a bottleneck. These methods consider a policy (the actor) and a value function (the critic) whose respective losses are built using different motivations and approaches. This paper introduces a third protagonist: the adversary. While the adversary mimics the actor by minimizing the KL-divergence between their respective action distributions, the actor, in addition to learning to solve the task, tries to differentiate itself from the adversary predictions. This novel objective stimulates the actor to follow strategies that could not have been correctly predicted from previous trajectories, making its behavior innovative in tasks where the reward is extremely rare. Our experimental analysis shows that the resulting Adversarially Guided Actor-Critic (AGAC) algorithm leads to more exhaustive exploration. Notably, AGAC outperforms current state-of-the-art methods on a set of various hard-exploration and procedurally-generated tasks.

📄 PDF Abstract BibTeX arXiv:2102.04376

Code (1)

yfletberliac/adversarially-guided-actor-critic 공식 구현 tf

Tasks

Deep Reinforcement LearningEfficient Exploration

Similar Papers 제목 키워드 기반

Adversarially Trained Actor Critic for Offline Reinforcement Learning

2022-02-05 · Ching-An Cheng, Tengyang Xie, Nan Jiang, Alekh Agarwal

We propose Adversarially Trained Actor Critic (ATAC), a new model-free algorithm for offline reinforcement learning (RL) under insufficient data coverage, based on the concept of relative pessimism. ATAC is designed as a…

continuous-controlContinuous ControlD4RLOffline RL+3

SAAC: Safe Reinforcement Learning as an Adversarial Game of Actor-Critics

2022-04-20 · Yannis Flet-Berliac, Debabrota Basu

Although Reinforcement Learning (RL) is effective for sequential decision-making problems under uncertainty, it still fails to thrive in real-world systems where risk or safety is a binding constraint. In this paper, we …

continuous-controlContinuous ControlDecision Makingreinforcement-learning+5

Adversarially Trained Weighted Actor-Critic for Safe Offline Reinforcement Learning

2024-01-01 · Honghao Wei, Xiyue Peng, Arnob Ghosh, Xin Liu

We propose WSAC (Weighted Safe Actor-Critic), a novel algorithm for Safe Offline Reinforcement Learning (RL) under functional approximation, which can robustly optimize policies to improve upon an arbitrary reference pol…

continuous-controlContinuous ControlOffline RLReinforcement Learning (RL)

Potential Field Guided Actor-Critic Reinforcement Learning

2020-06-12 · Wei-Ya Ren

In this paper, we consider the problem of actor-critic reinforcement learning. Firstly, we extend the actor-critic architecture to actor-critic-N architecture by introducing more critics beyond rewards. Secondly, we comb…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Co-Evolving Actor-Conditioned Critics for Non-Verifiable Generation

2026-08-31 · Jinyoung Kim, Muhammad Khalifa, Lajanugen Logeswaran, Jaekyeom Kim 외 arxiv

Natural-language critiques provide supervision beyond scalar rewards for non-verifiable generation, which lacks deterministic verifiers. In critique-guided refinement, a critic gives feedback on an initial response and a…