LGAISYJan 6, 2022

SABLAS: Learning Safe Control for Black-box Dynamical Systems

arXiv:2201.01918v254 citationsHas Code
AI Analysis

This addresses safety and efficiency issues in control for black-box systems, which are common in practical applications, representing a novel method for a known bottleneck.

The paper tackles the problem of learning safe control policies for black-box dynamical systems, which lack differentiable models, by proposing a method that redesigns the loss function to enable gradient back-propagation and achieves nearly 100% safety and goal-reaching rates with fewer training samples compared to state-of-the-art methods.

Control certificates based on barrier functions have been a powerful tool to generate probably safe control policies for dynamical systems. However, existing methods based on barrier certificates are normally for white-box systems with differentiable dynamics, which makes them inapplicable to many practical applications where the system is a black-box and cannot be accurately modeled. On the other side, model-free reinforcement learning (RL) methods for black-box systems suffer from lack of safety guarantees and low sampling efficiency. In this paper, we propose a novel method that can learn safe control policies and barrier certificates for black-box dynamical systems, without requiring for an accurate system model. Our method re-designs the loss function to back-propagate gradient to the control policy even when the black-box dynamical system is non-differentiable, and we show that the safety certificates hold on the black-box system. Empirical results in simulation show that our method can significantly improve the performance of the learned policies by achieving nearly 100% safety and goal reaching rates using much fewer training samples, compared to state-of-the-art black-box safe control methods. Our learned agents can also generalize to unseen scenarios while keeping the original performance. The source code can be found at https://github.com/Zengyi-Qin/bcbf.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes