paper-with-me

홈 › Papers

Conservative and Adaptive Penalty for Model-Based Safe Reinforcement Learning

2021-12-14 · Yecheng Jason Ma, Andrew Shen, Osbert Bastani, Dinesh Jayaraman

Reinforcement Learning (RL) agents in the real world must satisfy safety constraints in addition to maximizing a reward objective. Model-based RL algorithms hold promise for reducing unsafe real-world actions: they may synthesize policies that obey all constraints using simulated samples from a learned model. However, imperfect models can result in real-world constraint violations even for actions that are predicted to satisfy all constraints. We propose Conservative and Adaptive Penalty (CAP), a model-based safe RL framework that accounts for potential modeling errors by capturing model uncertainty and adaptively exploiting it to balance the reward and the cost objectives. First, CAP inflates predicted costs using an uncertainty-based penalty. Theoretically, we show that policies that satisfy this conservative cost constraint are guaranteed to also be feasible in the true environment. We further show that this guarantees the safety of all intermediate solutions during RL training. Further, CAP adaptively tunes this penalty during training using true cost feedback from the environment. We evaluate this conservative and adaptive penalty-based approach for model-based safe RL extensively on state and image-based environments. Our results demonstrate substantial gains in sample-efficiency while incurring fewer violations than prior safe RL algorithms. Code is available at: https://github.com/Redrew/CAP

📄 PDF Abstract BibTeX arXiv:2112.07701

Code (1)

redrew/cap 공식 구현 pytorch

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Safe Reinforcement Learning

Similar Papers 제목 키워드 기반

Safe In-Context Reinforcement Learning

2025-09-29 · Amir Moeini, Minjae Kwon, Alper Kamil Bozkurt, Yuichi Motai 외 arxiv

In-context reinforcement learning (ICRL) is an emerging RL paradigm where an agent, after pretraining, can adapt to out-of-distribution test tasks without any parameter updates, instead relying on an expanding context of…

Reinforcement Learning

Conditional Sequence Modeling for Safe Reinforcement Learning

2026-02-09 · Wensong Bai, Chao Zhang, Qihang Xu, Chufan Chen 외 arxiv

Offline safe reinforcement learning (RL) aims to learn policies from a fixed dataset while maximizing performance under cumulative cost constraints. In practice, deployment requirements often vary across scenarios, neces…

Reinforcement Learning

DOMAIN: MilDly COnservative Model-BAsed OfflINe Reinforcement Learning

2023-09-16 · Xiao-Yin Liu, Xiao-Hu Zhou, Mei-Jiang Gui, Xiao-Liang Xie 외

Model-based reinforcement learning (RL), which learns environment model from offline dataset and generates more out-of-distribution model data, has become an effective approach to the problem of distribution shift in off…

D4RLmodelModel-based Reinforcement LearningOffline RL+3

Model-based Chance-Constrained Reinforcement Learning via Separated Proportional-Integral Lagrangian

2021-08-26 · Baiyu Peng, Jingliang Duan, Jianyu Chen, Shengbo Eben Li 외

Safety is essential for reinforcement learning (RL) applied in the real world. Adding chance constraints (or probabilistic constraints) is a suitable way to enhance RL safety under uncertainty. Existing chance-constraine…

reinforcement-learningReinforcement Learning (RL)Robot Navigation

ACL-QL: Adaptive Conservative Level in Q-Learning for Offline Reinforcement Learning

2024-12-22 · Kun Wu, Yinuo Zhao, Zhiyuan Xu, Zhengping Che 외

Offline Reinforcement Learning (RL), which operates solely on static datasets without further interactions with the environment, provides an appealing alternative to learning a safe and promising control policy. The prev…

D4RLQ-LearningReinforcement Learning (RL)