Experiential Explanations for Reinforcement Learning
Amal Alabdulkarim, Madhuri Singh, Gennie Mansi, Kaely Hall, Upol Ehsan, Mark O. Riedl
TL;DR
Reinforcement learning agents can be opaque, hindering human understanding and intervention. The paper introduces Experiential Explanations, a post-hoc method that trains influence predictors alongside the policy to reveal how environmental rewards influence decisions via counterfactual trajectories, without altering the agent. Explanations come in aggregated and local forms and leverage an enhanced reward signal to embed natural language cues, enabling human-friendly, faithful interpretations. Two human studies in MiniGrid and Crafter demonstrate that these explanations improve users' ability to predict agent actions and are perceived as more understandable, useful, and complete than baselines, supporting their potential to enhance human-AI collaboration in sequential decision problems.
Abstract
Reinforcement learning (RL) systems can be complex and non-interpretable, making it challenging for non-AI experts to understand or intervene in their decisions. This is due in part to the sequential nature of RL in which actions are chosen because of their likelihood of obtaining future rewards. However, RL agents discard the qualitative features of their training, making it difficult to recover user-understandable information for "why" an action is chosen. We propose a technique Experiential Explanations to generate counterfactual explanations by training influence predictors along with the RL policy. Influence predictors are models that learn how different sources of reward affect the agent in different states, thus restoring information about how the policy reflects the environment. Two human evaluation studies revealed that participants presented with Experiential Explanations were better able to correctly guess what an agent would do than those presented with other standard types of explanation. Participants also found that Experiential Explanations are more understandable, satisfying, complete, useful, and accurate. Qualitative analysis provides information on the factors of Experiential Explanations that are most useful and the desired characteristics that participants seek from the explanations.
