English

Safety Filtering While Training: Improving the Performance and Sample Efficiency of Reinforcement Learning Agents

Robotics 2024-12-20 v2 Machine Learning Systems and Control Systems and Control

Abstract

Reinforcement learning (RL) controllers are flexible and performant but rarely guarantee safety. Safety filters impart hard safety guarantees to RL controllers while maintaining flexibility. However, safety filters can cause undesired behaviours due to the separation between the controller and the safety filter, often degrading performance and robustness. In this paper, we analyze several modifications to incorporating the safety filter in training RL controllers rather than solely applying it during evaluation. The modifications allow the RL controller to learn to account for the safety filter, improving performance. This paper presents a comprehensive analysis of training RL with safety filters, featuring simulated and real-world experiments with a Crazyflie 2.0 drone. We examine how various training modifications and hyperparameters impact performance, sample efficiency, safety, and chattering. Our findings serve as a guide for practitioners and researchers focused on safety filters and safe RL.

Keywords

Cite

@article{arxiv.2410.11671,
  title  = {Safety Filtering While Training: Improving the Performance and Sample Efficiency of Reinforcement Learning Agents},
  author = {Federico Pizarro Bejarano and Lukas Brunke and Angela P. Schoellig},
  journal= {arXiv preprint arXiv:2410.11671},
  year   = {2024}
}

Comments

8 pages, 9 figures. Code is publicly available at https://github.com/Federico-PizarroBejarano/safe-control-gym/tree/training_rl_paper

R2 v1 2026-06-28T19:22:43.197Z