Compositional Concept-Based Neuron-Level Interpretability for Deep Reinforcement Learning
Zeyu Jiang, Hai Huang, Xingquan Zuo
TL;DR
This paper tackles the interpretability gap in deep reinforcement learning by introducing a neuron-level, concept-based framework. It formalizes atomic concepts as binary state-space functions and builds compositional concepts via logical operators, then maps these to neuron activations using binarization and Jaccard similarity, with beam search to discover interpretable formulas. The approach is validated on discrete and continuous control tasks (Blackjack-v1, LunarLander-v3, LunarLander-Continuous-v2), revealing interpretable, human-aligned concepts across neurons in the policy/value networks, and is further substantiated by targeted perturbations that trigger predictable activation and action changes. The results demonstrate robust, transferable insights into how neurons encode strategic and control-related concepts, with potential implications for pruning, robustness, and controllable RL systems in real-world applications.
Abstract
Deep reinforcement learning (DRL), through learning policies or values represented by neural networks, has successfully addressed many complex control problems. However, the neural networks introduced by DRL lack interpretability and transparency. Current DRL interpretability methods largely treat neural networks as black boxes, with few approaches delving into the internal mechanisms of policy/value networks. This limitation undermines trust in both the neural network models that represent policies and the explanations derived from them. In this work, we propose a novel concept-based interpretability method that provides fine-grained explanations of DRL models at the neuron level. Our method formalizes atomic concepts as binary functions over the state space and constructs complex concepts through logical operations. By analyzing the correspondence between neuron activations and concept functions, we establish interpretable explanations for individual neurons in policy/value networks. Experimental results on both continuous control tasks and discrete decision-making environments demonstrate that our method can effectively identify meaningful concepts that align with human understanding while faithfully reflecting the network's decision-making logic.
