LGApr 23, 2024

Reinforcement Learning with Adaptive Regularization for Safe Control of Critical Systems

arXiv:2404.15199v37 citationsh-index: 20NIPS
Originality Incremental advance
AI Analysis

This addresses safety concerns in RL for critical control systems, but it is incremental as it builds on existing RL methods with added regularization.

The paper tackles the problem of reinforcement learning (RL) causing unpredictable actions that compromise safety in critical systems, proposing RL-AR, which combines RL with a safety policy regularizer to enable safe exploration. The result shows that RL-AR ensures safety during training while achieving returns competitive with standard model-free RL that ignores safety.

Reinforcement Learning (RL) is a powerful method for controlling dynamic systems, but its learning mechanism can lead to unpredictable actions that undermine the safety of critical systems. Here, we propose RL with Adaptive Regularization (RL-AR), an algorithm that enables safe RL exploration by combining the RL policy with a policy regularizer that hard-codes the safety constraints. RL-AR performs policy combination via a "focus module," which determines the appropriate combination depending on the state--relying more on the safe policy regularizer for less-exploited states while allowing unbiased convergence for well-exploited states. In a series of critical control applications, we demonstrate that RL-AR not only ensures safety during training but also achieves a return competitive with the standards of model-free RL that disregards safety.

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