ROLGSYSep 13, 2021

safe-control-gym: a Unified Benchmark Suite for Safe Learning-based Control and Reinforcement Learning in Robotics

arXiv:2109.06325v483 citationsHas Code
AI Analysis

This provides a unified benchmark for researchers in control and reinforcement learning to equitably evaluate and compare methods, addressing a gap in the field, though it is incremental as it builds on existing standards like OpenAI's Gym.

The authors tackled the lack of standardized tools for comparing safe learning-based control and reinforcement learning methods in robotics by introducing safe-control-gym, an open-source benchmark suite that supports model-based and data-based techniques across three dynamic systems and two control tasks, demonstrating its use to quantitatively compare performance, data efficiency, and safety of multiple approaches.

In recent years, both reinforcement learning and learning-based control -- as well as the study of their safety, which is crucial for deployment in real-world robots -- have gained significant traction. However, to adequately gauge the progress and applicability of new results, we need the tools to equitably compare the approaches proposed by the controls and reinforcement learning communities. Here, we propose a new open-source benchmark suite, called safe-control-gym, supporting both model-based and data-based control techniques. We provide implementations for three dynamic systems -- the cart-pole, the 1D, and 2D quadrotor -- and two control tasks -- stabilization and trajectory tracking. We propose to extend OpenAI's Gym API -- the de facto standard in reinforcement learning research -- with (i) the ability to specify (and query) symbolic dynamics and (ii) constraints, and (iii) (repeatably) inject simulated disturbances in the control inputs, state measurements, and inertial properties. To demonstrate our proposal and in an attempt to bring research communities closer together, we show how to use safe-control-gym to quantitatively compare the control performance, data efficiency, and safety of multiple approaches from the fields of traditional control, learning-based control, and reinforcement learning.

Code Implementations4 repos
Foundations

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

Your Notes