ROSep 16, 2021

Learning Observation-Based Certifiable Safe Policy for Decentralized Multi-Robot Navigation

arXiv:2109.07760v114 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses safety-critical navigation for multi-robot systems, representing an incremental improvement through a novel joint training framework.

The paper tackles the problem of ensuring safety in decentralized multi-robot navigation by proposing a control barrier function (CBF) based optimizer that refines policy actions using sensor measurements, achieving a higher success rate with fewer episodes while maintaining safety.

Safety is of great importance in multi-robot navigation problems. In this paper, we propose a control barrier function (CBF) based optimizer that ensures robot safety with both high probability and flexibility, using only sensor measurement. The optimizer takes action commands from the policy network as initial values and then provides refinement to drive the potentially dangerous ones back into safe regions. With the help of a deep transition model that predicts the evolution of surrounding dynamics and the consequences of different actions, the CBF module can guide the optimization in a reasonable time horizon. We also present a novel joint training framework that improves the cooperation between the Reinforcement Learning (RL) based policy and the CBF-based optimizer both in training and inference procedures by utilizing reward feedback from the CBF module. We observe that the policy using our method can achieve a higher success rate while maintaining the safety of multiple robots in significantly fewer episodes compared with other methods. Experiments are conducted in multiple scenarios both in simulation and the real world, the results demonstrate the effectiveness of our method in maintaining the safety of multi-robot navigation. Code is available at \url{https://github.com/YuxiangCui/MARL-OCBF

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