paper-with-me

홈 › Papers

CBF-RL: Safety Filtering Reinforcement Learning in Training with Control Barrier Functions

2025-10-16 · Lizhi Yang, Blake Werner, Massimiliano de Sa, Aaron D. Ames arxiv

Reinforcement learning (RL), while powerful and expressive, can often prioritize performance at the expense of safety. Yet safety violations can lead to catastrophic outcomes in real-world deployments. Control Barrier Functions (CBFs) offer a principled method to enforce dynamic safety -- traditionally deployed online via safety filters. While the result is safe behavior, the fact that the RL policy does not have knowledge of the CBF can lead to conservative behaviors. This paper proposes CBF-RL, a framework for generating safe behaviors with RL by enforcing CBFs in training. CBF-RL has two key attributes: (1) minimally modifying a nominal RL policy to encode safety constraints via a CBF term, (2) and safety filtering of the policy rollouts in training. Theoretically, we prove that continuous-time safety filters can be deployed via closed-form expressions on discrete-time roll-outs. Practically, we demonstrate that CBF-RL internalizes the safety constraints in the learned policy -- both enforcing safer actions and biasing towards safer rewards -- enabling safe deployment without the need for an online safety filter. We validate our framework through ablation studies on navigation tasks and on the Unitree G1 humanoid robot, where CBF-RL enables safer exploration, faster convergence, and robust performance under uncertainty, enabling the humanoid robot to avoid obstacles and climb stairs safely in real-world settings without a runtime safety filter.

📄 PDF Abstract BibTeX arXiv:2510.14959

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Safety Filtering for Reinforcement Learning-based Adaptive Cruise Control

2023-01-02 · Habtamu Hailemichael, Beshah Ayalew, Lindsey Kerbel, Andrej Ivanco 외

Reinforcement learning (RL)-based adaptive cruise control systems (ACC) that learn and adapt to road, traffic and vehicle conditions are attractive for enhancing vehicle energy efficiency and traffic flow. However, the a…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

How to Train Your Latent Control Barrier Function: Smooth Safety Filtering Under Hard-to-Model Constraints

2025-11-23 · Kensuke Nakamura, Arun L. Bishop, Steven Man, Aaron M. Johnson 외 arxiv

Latent safety filters extend Hamilton-Jacobi (HJ) reachability to operate on latent state representations and dynamics learned directly from high-dimensional observations, enabling safe visuomotor control under hard-to-m…

Reinforcement Learning

Synthesis and Deployment of Maximal Robust Control Barrier Functions through Adversarial Reinforcement Learning

2026-04-14 · Donggeon David Oh, Duy P. Nguyen, Haimin Hu, Jaime Fernández Fisac arxiv

Robust control barrier functions (CBFs) provide a principled mechanism for smooth safety enforcement under worst-case disturbances. However, existing approaches typically rely on explicit, closed-form structure in the dy…

Reinforcement Learning

Control Barrier Corridors: From Safety Functions to Safe Sets

2026-03-06 · Ömür Arslan, Nikolay Atanasov arxiv

Safe autonomy is a critical requirement and a key enabler for robots to operate safely in unstructured complex environments. Control barrier functions and safe motion corridors are two widely used but technically distinc…

Motion Planning

Learning Control Barrier Functions and their application in Reinforcement Learning: A Survey

2024-04-22 · Maeva Guerrier, Hassan Fouad, Giovanni Beltrame

Reinforcement learning is a powerful technique for developing new robot behaviors. However, typical lack of safety guarantees constitutes a hurdle for its practical application on real robots. To address this issue, safe…

Lifelong learningreinforcement-learningReinforcement LearningSafe Reinforcement Learning