ROLGJan 20, 2022

Sim-to-Lab-to-Real: Safe Reinforcement Learning with Shielding and Generalization Guarantees

arXiv:2201.08355v463 citations
AI Analysis

It addresses safety-critical deployment of learning-based policies in real-world autonomous systems, offering a novel framework with generalization guarantees.

The paper tackles the problem of safety and generalization in reinforcement learning for autonomous systems by proposing Sim-to-Lab-to-Real, which uses a dual policy setup with shielding and PAC-Bayes guarantees, resulting in empirically demonstrated strong generalization in indoor navigation tasks with a quadrupedal robot.

Safety is a critical component of autonomous systems and remains a challenge for learning-based policies to be utilized in the real world. In particular, policies learned using reinforcement learning often fail to generalize to novel environments due to unsafe behavior. In this paper, we propose Sim-to-Lab-to-Real to bridge the reality gap with a probabilistically guaranteed safety-aware policy distribution. To improve safety, we apply a dual policy setup where a performance policy is trained using the cumulative task reward and a backup (safety) policy is trained by solving the Safety Bellman Equation based on Hamilton-Jacobi (HJ) reachability analysis. In Sim-to-Lab transfer, we apply a supervisory control scheme to shield unsafe actions during exploration; in Lab-to-Real transfer, we leverage the Probably Approximately Correct (PAC)-Bayes framework to provide lower bounds on the expected performance and safety of policies in unseen environments. Additionally, inheriting from the HJ reachability analysis, the bound accounts for the expectation over the worst-case safety in each environment. We empirically study the proposed framework for ego-vision navigation in two types of indoor environments with varying degrees of photorealism. We also demonstrate strong generalization performance through hardware experiments in real indoor spaces with a quadrupedal robot. See https://sites.google.com/princeton.edu/sim-to-lab-to-real for supplementary material.

Foundations

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

Your Notes