paper-with-me

Papers

Towards Safe Reinforcement Learning via Constraining Conditional Value-at-Risk

2022-06-09 · Chengyang Ying, Xinning Zhou, Hang Su, Dong Yan, Ning Chen, Jun Zhu

Though deep reinforcement learning (DRL) has obtained substantial success, it may encounter catastrophic failures due to the intrinsic uncertainty of both transition and observation. Most of the existing methods for safe reinforcement learning can only handle transition disturbance or observation disturbance since these two kinds of disturbance affect different parts of the agent; besides, the popular worst-case return may lead to overly pessimistic policies. To address these issues, we first theoretically prove that the performance degradation under transition disturbance and observation disturbance depends on a novel metric of Value Function Range (VFR), which corresponds to the gap in the value function between the best state and the worst state. Based on the analysis, we adopt conditional value-at-risk (CVaR) as an assessment of risk and propose a novel reinforcement learning algorithm of CVaR-Proximal-Policy-Optimization (CPPO) which formalizes the risk-sensitive constrained optimization problem by keeping its CVaR under a given threshold. Experimental results show that CPPO achieves a higher cumulative reward and is more robust against both observation and transition disturbances on a series of continuous control tasks in MuJoCo.

📄 PDF Abstract BibTeX arXiv:2206.04436

Code (1)

yingchengyang/CPPO 공식 구현 pytorch

Tasks

continuous-controlContinuous ControlDeep Reinforcement LearningMuJoCoreinforcement-learningReinforcement LearningReinforcement Learning (RL)Safe Reinforcement Learning

Similar Papers 제목 키워드 기반

Towards Safe Reinforcement Learning via Constraining Conditional Value at Risk

2021-06-18 · ICML Workshop AML 2021 7 · Chengyang Ying, Xinning Zhou, Dong Yan, Jun Zhu

Though deep reinforcement learning (DRL) has obtained substantial success, it may encounter catastrophic failures due to the intrinsic uncertainty caused by stochastic policies and environment variability. To address thi…

continuous-controlContinuous ControlDeep Reinforcement LearningMuJoCo+4

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, constra…

Reinforcement Learning (RL)Safe Reinforcement Learning

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

Safety-Aware Reinforcement Learning for Control via Risk-Sensitive Action-Value Iteration and Quantile Regression

2025-06-08 · Clinton Enwerem, Aniruddh G. Puranic, John S. Baras, Calin Belta

Mainstream approximate action-value iteration reinforcement learning (RL) algorithms suffer from overestimation bias, leading to suboptimal policies in high-variance stochastic environments. Quantile-based action-value i…

quantile regressionReinforcement Learning (RL)

Provably Efficient Iterated CVaR Reinforcement Learning with Function Approximation and Human Feedback

2023-07-06 · Yu Chen, Yihan Du, Pihe Hu, Siwei Wang 외

Risk-sensitive reinforcement learning (RL) aims to optimize policies that balance the expected reward and risk. In this paper, we present a novel risk-sensitive RL framework that employs an Iterated Conditional Value-at-…

Decision MakingLEMMAreinforcement-learningReinforcement Learning (RL)