Neural DNF-MT: A Neuro-symbolic Approach for Learning Interpretable and Editable Policies
Kexin Gu Baugh, Luke Dickens, Alessandra Russo
TL;DR
This work tackles the interpretability gap in deep RL by introducing neural DNF-MT, a differentiable neuro-symbolic actor that learns policies end-to-end while enabling direct translation to interpretable logic programs. By incorporating mutex-tanh activation, the model supports both probabilistic (ProbLog) and deterministic (ASP) policy representations, and it offers predicate invention through encoder layers. The approach enables bidirectional translation between neural policies and logical rules, allowing manual policy intervention without re-training. Empirical results across diverse tasks show competitive performance relative to black-box baselines while providing actionable, human-readable policy explanations. The work also discusses limitations of thresholding in post-training and outlines directions for improving robust rule extraction and intervention workflows.
Abstract
Although deep reinforcement learning has been shown to be effective, the model's black-box nature presents barriers to direct policy interpretation. To address this problem, we propose a neuro-symbolic approach called neural DNF-MT for end-to-end policy learning. The differentiable nature of the neural DNF-MT model enables the use of deep actor-critic algorithms for training. At the same time, its architecture is designed so that trained models can be directly translated into interpretable policies expressed as standard (bivalent or probabilistic) logic programs. Moreover, additional layers can be included to extract abstract features from complex observations, acting as a form of predicate invention. The logic representations are highly interpretable, and we show how the bivalent representations of deterministic policies can be edited and incorporated back into a neural model, facilitating manual intervention and adaptation of learned policies. We evaluate our approach on a range of tasks requiring learning deterministic or stochastic behaviours from various forms of observations. Our empirical results show that our neural DNF-MT model performs at the level of competing black-box methods whilst providing interpretable policies.
