LGAIFeb 8, 2022

Local Explanations for Reinforcement Learning

arXiv:2202.03597v26 citations
AI Analysis

This work addresses the need for interpretable explanations of RL policies for domain users, representing an incremental advance in explainable AI for reinforcement learning.

The paper tackles the problem of explaining deep reinforcement learning policies to domain users by proposing a method that identifies important states from automatically learned meta-states, demonstrating through experiments on four domains and a user study that this approach leads to better policy understanding.

Many works in explainable AI have focused on explaining black-box classification models. Explaining deep reinforcement learning (RL) policies in a manner that could be understood by domain users has received much less attention. In this paper, we propose a novel perspective to understanding RL policies based on identifying important states from automatically learned meta-states. The key conceptual difference between our approach and many previous ones is that we form meta-states based on locality governed by the expert policy dynamics rather than based on similarity of actions, and that we do not assume any particular knowledge of the underlying topology of the state space. Theoretically, we show that our algorithm to find meta-states converges and the objective that selects important states from each meta-state is submodular leading to efficient high quality greedy selection. Experiments on four domains (four rooms, door-key, minipacman, and pong) and a carefully conducted user study illustrate that our perspective leads to better understanding of the policy. We conjecture that this is a result of our meta-states being more intuitive in that the corresponding important states are strong indicators of tractable intermediate goals that are easier for humans to interpret and follow.

Foundations

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

Your Notes