LGSYDec 24, 2020

Assured RL: Reinforcement Learning with Almost Sure Constraints

arXiv:2012.13036v12 citations
AI Analysis

This work is significant for researchers and practitioners in reinforcement learning who need to develop policies that adhere to strict safety constraints, particularly in safety-critical applications.

This paper addresses the challenge of finding optimal policies in Markov Decision Processes (MDPs) while ensuring almost sure constraints on state transitions and action triplets. It introduces a Barrier-learning algorithm, based on Q-Learning, that identifies unsafe state-action pairs, enabling existing RL algorithms to solve almost-surely constrained problems.

We consider the problem of finding optimal policies for a Markov Decision Process with almost sure constraints on state transitions and action triplets. We define value and action-value functions that satisfy a barrier-based decomposition which allows for the identification of feasible policies independently of the reward process. We prove that, given a policy π, certifying whether certain state-action pairs lead to feasible trajectories under π is equivalent to solving an auxiliary problem aimed at finding the probability of performing an unfeasible transition. Using this interpretation,we develop a Barrier-learning algorithm, based on Q-Learning, that identifies such unsafe state-action pairs. Our analysis motivates the need to enhance the Reinforcement Learning (RL) framework with an additional signal, besides rewards, called here damage function that provides feasibility information and enables the solution of RL problems with model-free constraints. Moreover, our Barrier-learning algorithm wraps around existing RL algorithms, such as Q-Learning and SARSA, giving them the ability to solve almost-surely constrained problems.

Foundations

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

Your Notes