SMOSE: Sparse Mixture of Shallow Experts for Interpretable Reinforcement Learning in Continuous Control Tasks
Mátyás Vincze, Laura Ferrarotti, Leonardo Lucio Custode, Bruno Lepri, Giovanni Iacca
TL;DR
SMoSE presents a sparse top-1 Mixture-of-Experts architecture for interpretable reinforcement learning in continuous control. It combines multiple linear, interpretable experts with an interpretable router, trained end-to-end via SAC and augmented with load-balancing penalties, followed by distillation of the router into decision trees for transparency. The approach yields competitive performance against non-interpretable methods and outperforms existing interpretable baselines across six MuJoCo benchmarks, while providing detailed expert-level interpretations (including Reacher-v4) through both router weights and DT-based explanations. This work demonstrates that high-performance, interpretable policies can be realized in continuous control by leveraging a sparse MoE and post-hoc distillation, with practical implications for safety, auditability, and trust in automated systems.
Abstract
Continuous control tasks often involve high-dimensional, dynamic, and non-linear environments. State-of-the-art performance in these tasks is achieved through complex closed-box policies that are effective, but suffer from an inherent opacity. Interpretable policies, while generally underperforming compared to their closed-box counterparts, advantageously facilitate transparent decision-making within automated systems. Hence, their usage is often essential for diagnosing and mitigating errors, supporting ethical and legal accountability, and fostering trust among stakeholders. In this paper, we propose SMOSE, a novel method to train sparsely activated interpretable controllers, based on a top-1 Mixture-of-Experts architecture. SMOSE combines a set of interpretable decisionmakers, trained to be experts in different basic skills, and an interpretable router that assigns tasks among the experts. The training is carried out via state-of-the-art Reinforcement Learning algorithms, exploiting load-balancing techniques to ensure fair expert usage. We then distill decision trees from the weights of the router, significantly improving the ease of interpretation. We evaluate SMOSE on six benchmark environments from MuJoCo: our method outperforms recent interpretable baselines and narrows the gap with noninterpretable state-of-the-art algorithms
