From Explainability to Interpretability: Interpretable Policies in Reinforcement Learning Via Model Explanation
Peilang Li, Umer Siddique, Yongcan Cao
TL;DR
The paper tackles the challenge of interpreting deep reinforcement learning policies by bridging explainability and interpretability through a model-agnostic Shapley-value based framework. It introduces Shapley vectors to capture feature contributions, clusters states by action, identifies decision boundaries, and reconstructs an interpretable policy with boundary regression. The method applies to both off-policy and on-policy agents and is validated on CartPole and MountainCar with DQN, PPO, and A2C, showing comparable performance and improved stability. This work provides a practical path toward trustworthy RL in high-stakes settings and outlines extensions to continuous actions and scalability.
Abstract
Deep reinforcement learning (RL) has shown remarkable success in complex domains, however, the inherent black box nature of deep neural network policies raises significant challenges in understanding and trusting the decision-making processes. While existing explainable RL methods provide local insights, they fail to deliver a global understanding of the model, particularly in high-stakes applications. To overcome this limitation, we propose a novel model-agnostic approach that bridges the gap between explainability and interpretability by leveraging Shapley values to transform complex deep RL policies into transparent representations. The proposed approach offers two key contributions: a novel approach employing Shapley values to policy interpretation beyond local explanations and a general framework applicable to off-policy and on-policy algorithms. We evaluate our approach with three existing deep RL algorithms and validate its performance in two classic control environments. The results demonstrate that our approach not only preserves the original models' performance but also generates more stable interpretable policies.
