English

Local Explanations for Reinforcement Learning

Machine Learning 2022-11-29 v2 Artificial Intelligence

Abstract

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.

Keywords

Cite

@article{arxiv.2202.03597,
  title  = {Local Explanations for Reinforcement Learning},
  author = {Ronny Luss and Amit Dhurandhar and Miao Liu},
  journal= {arXiv preprint arXiv:2202.03597},
  year   = {2022}
}

Comments

Accepted to AAAI 2023

R2 v1 2026-06-24T09:25:21.714Z