Interactive Distillation for Cooperative Multi-Agent Reinforcement Learning
Minwoo Cho, Batuhan Altundas, Matthew Gombolay
TL;DR
This work tackles efficiency and robustness in cooperative multi-agent reinforcement learning by addressing KD bottlenecks when a centralized teacher guides decentralized students. It introduces HINT, a Hierarchical INteractive Teacher-based transfer framework, featuring a centralized HiT-MAC teacher, a heterogeneous HetNet student, and three interacting components: knowledge distillation, pseudo off-policy RL, and DAgger with performance-based filtering. The approach enables the teacher to continuously refine its guidance using student trajectories and to provide outcome-relevant demonstrations, improving adaptation to OOD states and observation mismatches. Empirical results on MARINE and FireCommander show HINT consistently outperforms competitive CTDE and KD baselines by substantial margins (60%–165% in success rate), validating its robustness and practical potential for scalable cooperative MARL.
Abstract
Knowledge distillation (KD) has the potential to accelerate MARL by employing a centralized teacher for decentralized students but faces key bottlenecks. Specifically, there are (1) challenges in synthesizing high-performing teaching policies in complex domains, (2) difficulties when teachers must reason in out-of-distribution (OOD) states, and (3) mismatches between the decentralized students' and the centralized teacher's observation spaces. To address these limitations, we propose HINT (Hierarchical INteractive Teacher-based transfer), a novel KD framework for MARL in a centralized training, decentralized execution setup. By leveraging hierarchical RL, HINT provides a scalable, high-performing teacher. Our key innovation, pseudo off-policy RL, enables the teacher policy to be updated using both teacher and student experience, thereby improving OOD adaptation. HINT also applies performance-based filtering to retain only outcome-relevant guidance, reducing observation mismatches. We evaluate HINT on challenging cooperative domains (e.g., FireCommander for resource allocation, MARINE for tactical combat). Across these benchmarks, HINT outperforms baselines, achieving improvements of 60% to 165% in success rate.
