ROAILGDec 6, 2022

Safe Inverse Reinforcement Learning via Control Barrier Function

arXiv:2212.02753v25 citationsh-index: 34
AI Analysis

This addresses safety issues in Learning from Demonstration for agile robots, such as preventing collisions, but it is incremental as it builds on existing IRL methods with a safety enhancement.

The paper tackles the safety problem in Inverse Reinforcement Learning (IRL) for robots by proposing CBFIRL, a framework that integrates Control Barrier Functions to enhance policy safety, resulting in improvements of ~15-20% in a 2D racecar domain and ~50% in a 3D drone domain compared to unsafe IRL methods.

Learning from Demonstration (LfD) is a powerful method for enabling robots to perform novel tasks as it is often more tractable for a non-roboticist end-user to demonstrate the desired skill and for the robot to efficiently learn from the associated data than for a human to engineer a reward function for the robot to learn the skill via reinforcement learning (RL). Safety issues arise in modern LfD techniques, e.g., Inverse Reinforcement Learning (IRL), just as they do for RL; yet, safe learning in LfD has received little attention. In the context of agile robots, safety is especially vital due to the possibility of robot-environment collision, robot-human collision, and damage to the robot. In this paper, we propose a safe IRL framework, CBFIRL, that leverages the Control Barrier Function (CBF) to enhance the safety of the IRL policy. The core idea of CBFIRL is to combine a loss function inspired by CBF requirements with the objective in an IRL method, both of which are jointly optimized via gradient descent. In the experiments, we show our framework performs safer compared to IRL methods without CBF, that is $\sim15\%$ and $\sim20\%$ improvement for two levels of difficulty of a 2D racecar domain and $\sim 50\%$ improvement for a 3D drone domain.

Foundations

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

Your Notes