LOAILGAug 29, 2017

Safe Reinforcement Learning via Shielding

arXiv:1708.08611v2896 citations
Originality Incremental advance
AI Analysis

This addresses safety concerns for reinforcement learning systems, particularly in high-stakes applications, though it is incremental as it builds on existing shielding methods.

The paper tackles the problem of ensuring safety in reinforcement learning by introducing a shield that enforces temporal logic specifications, and demonstrates its effectiveness across various challenging scenarios.

Reinforcement learning algorithms discover policies that maximize reward, but do not necessarily guarantee safety during learning or execution phases. We introduce a new approach to learn optimal policies while enforcing properties expressed in temporal logic. To this end, given the temporal logic specification that is to be obeyed by the learning system, we propose to synthesize a reactive system called a shield. The shield is introduced in the traditional learning process in two alternative ways, depending on the location at which the shield is implemented. In the first one, the shield acts each time the learning agent is about to make a decision and provides a list of safe actions. In the second way, the shield is introduced after the learning agent. The shield monitors the actions from the learner and corrects them only if the chosen action causes a violation of the specification. We discuss which requirements a shield must meet to preserve the convergence guarantees of the learner. Finally, we demonstrate the versatility of our approach on several challenging reinforcement learning scenarios.

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