paper-with-me

Papers

Cautious Actor-Critic

2021-07-12 · Lingwei Zhu, Toshinori Kitamura, Takamitsu Matsubara

The oscillating performance of off-policy learning and persisting errors in the actor-critic (AC) setting call for algorithms that can conservatively learn to suit the stability-critical applications better. In this paper, we propose a novel off-policy AC algorithm cautious actor-critic (CAC). The name cautious comes from the doubly conservative nature that we exploit the classic policy interpolation from conservative policy iteration for the actor and the entropy-regularization of conservative value iteration for the critic. Our key observation is the entropy-regularized critic facilitates and simplifies the unwieldy interpolated actor update while still ensuring robust policy improvement. We compare CAC to state-of-the-art AC methods on a set of challenging continuous control problems and demonstrate that CAC achieves comparable performance while significantly stabilizes learning.

📄 PDF Abstract BibTeX arXiv:2107.05217

Code (0)

등록된 구현이 없습니다.

Tasks

continuous-controlContinuous Control

Similar Papers 제목 키워드 기반

Cautious Calibration in Binary Classification

2024-08-09 · Mari-Liis Allikivi, Joonas Järve, Meelis Kull

Being cautious is crucial for enhancing the trustworthiness of machine learning systems integrated into decision-making pipelines. Although calibrated probabilities help in optimal decision-making, perfect calibration re…

Binary ClassificationClassificationDecision Making

Cautious Adaptation For Reinforcement Learning in Safety-Critical Settings

2020-08-15 · ICML 2020 1 · Jesse Zhang, Brian Cheung, Chelsea Finn, Sergey Levine 외

Reinforcement learning (RL) in real-world safety-critical target settings like urban driving is hazardous, imperiling the RL agent, other agents, and the environment. To overcome this difficulty, we propose a "safety-cri…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Cautious Belief and Iterated Admissibility

2023-05-24 · Emiliano Catonini, Nicodemo De Vito

We define notions of cautiousness and cautious belief to provide epistemic conditions for iterated admissibility in finite games. We show that iterated admissibility characterizes the behavioral implications of "cautious…

Anytime Computation of Cautious Consequences in Answer Set Programming

2014-05-14 · Mario Alviano, Carmine Dodaro, Francesco Ricca

Query answering in Answer Set Programming (ASP) is usually solved by computing (a subset of) the cautious consequences of a logic program. This task is computationally very hard, and there are programs for which computin…

Learning to Be Cautious

2021-10-29 · Montaser Mohammedalamen, Dustin Morrill, Alexander Sieusahai, Yash Satsangi 외

A key challenge in the field of reinforcement learning is to develop agents that behave cautiously in novel situations. It is generally impossible to anticipate all situations that an autonomous system may face or what b…

counterfactualSafe Reinforcement LearningSelf-Driving Cars