English

Cautious Adaptation For Reinforcement Learning in Safety-Critical Settings

Machine Learning 2021-01-19 v1 Machine Learning

Abstract

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-critical adaptation" task setting: an agent first trains in non-safety-critical "source" environments such as in a simulator, before it adapts to the target environment where failures carry heavy costs. We propose a solution approach, CARL, that builds on the intuition that prior experience in diverse environments equips an agent to estimate risk, which in turn enables relative safety through risk-averse, cautious adaptation. CARL first employs model-based RL to train a probabilistic model to capture uncertainty about transition dynamics and catastrophic states across varied source environments. Then, when exploring a new safety-critical environment with unknown dynamics, the CARL agent plans to avoid actions that could lead to catastrophic states. In experiments on car driving, cartpole balancing, half-cheetah locomotion, and robotic object manipulation, CARL successfully acquires cautious exploration behaviors, yielding higher rewards with fewer failures than strong RL adaptation baselines. Website at https://sites.google.com/berkeley.edu/carl.

Keywords

Cite

@article{arxiv.2008.06622,
  title  = {Cautious Adaptation For Reinforcement Learning in Safety-Critical Settings},
  author = {Jesse Zhang and Brian Cheung and Chelsea Finn and Sergey Levine and Dinesh Jayaraman},
  journal= {arXiv preprint arXiv:2008.06622},
  year   = {2021}
}

Comments

15 pages, 8 figures, ICML 2020. Website with code: https://sites.google.com/berkeley.edu/carl

R2 v1 2026-06-23T17:52:28.027Z