paper-with-me

Papers

Efficient Off-Policy Safe Reinforcement Learning Using Trust Region Conditional Value at Risk

2023-12-01 · Dohyeong Kim, Songhwai Oh

This paper aims to solve a safe reinforcement learning (RL) problem with risk measure-based constraints. As risk measures, such as conditional value at risk (CVaR), focus on the tail distribution of cost signals, constraining risk measures can effectively prevent a failure in the worst case. An on-policy safe RL method, called TRC, deals with a CVaR-constrained RL problem using a trust region method and can generate policies with almost zero constraint violations with high returns. However, to achieve outstanding performance in complex environments and satisfy safety constraints quickly, RL methods are required to be sample efficient. To this end, we propose an off-policy safe RL method with CVaR constraints, called off-policy TRC. If off-policy data from replay buffers is directly used to train TRC, the estimation error caused by the distributional shift results in performance degradation. To resolve this issue, we propose novel surrogate functions, in which the effect of the distributional shift can be reduced, and introduce an adaptive trust-region constraint to ensure a policy not to deviate far from replay buffers. The proposed method has been evaluated in simulation and real-world environments and satisfied safety constraints within a few steps while achieving high returns even in complex robotic tasks.

📄 PDF Abstract BibTeX arXiv:2312.00342

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning (RL)Safe Reinforcement Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

TRC: Trust Region Conditional Value at Risk for Safe Reinforcement Learning

2023-12-01 · Dohyeong Kim, Songhwai Oh

As safety is of paramount importance in robotics, reinforcement learning that reflects safety, called safe RL, has been studied extensively. In safe RL, we aim to find a policy which maximizes the desired return while sa…

reinforcement-learningSafe Reinforcement Learning

Embedding Safety into RL: A New Take on Trust Region Methods

2024-11-05 · Nikola Milosevic, Johannes Müller, Nico Scherf

Reinforcement Learning (RL) agents can solve diverse tasks but often exhibit unsafe behavior. Constrained Markov Decision Processes (CMDPs) address this by enforcing safety constraints, yet existing methods either sacrif…

Reinforcement Learning (RL)

Supported Trust Region Optimization for Offline Reinforcement Learning

2023-11-15 · Yixiu Mao, Hongchang Zhang, Chen Chen, Yi Xu 외

Offline reinforcement learning suffers from the out-of-distribution issue and extrapolation error. Most policy constraint methods regularize the density of the trained policy towards the behavior policy, which is too res…

MuJoCoreinforcement-learningReinforcement Learning

Improving Safety in Deep Reinforcement Learning using Unsupervised Action Planning

2021-09-29 · Hao-Lun Hsu, Qiuhua Huang, Sehoon Ha

One of the key challenges to deep reinforcement learning (deep RL) is to ensure safety at both training and testing phases. In this work, we propose a novel technique of unsupervised action planning to improve the safety…

continuous-controlContinuous ControlDeep Reinforcement Learningreinforcement-learning+2

The Geometry of Nonlinear Reinforcement Learning

2025-09-01 · Nikola Milosevic, Nico Scherf arxiv

Reward maximization, safe exploration, and intrinsic motivation are often studied as separate objectives in reinforcement learning (RL). We present a unified geometric framework, that views these goals as instances of a …

Reinforcement Learning