English

HyperMARL: Adaptive Hypernetworks for Multi-Agent RL

Machine Learning 2025-10-30 v4 Artificial Intelligence Multiagent Systems

Abstract

Adaptive cooperation in multi-agent reinforcement learning (MARL) requires policies to express homogeneous, specialised, or mixed behaviours, yet achieving this adaptivity remains a critical challenge. While parameter sharing (PS) is standard for efficient learning, it notoriously suppresses the behavioural diversity required for specialisation. This failure is largely due to cross-agent gradient interference, a problem we find is surprisingly exacerbated by the common practice of coupling agent IDs with observations. Existing remedies typically add complexity through altered objectives, manual preset diversity levels, or sequential updates -- raising a fundamental question: can shared policies adapt without these intricacies? We propose a solution built on a key insight: an agent-conditioned hypernetwork can generate agent-specific parameters and decouple observation- and agent-conditioned gradients, directly countering the interference from coupling agent IDs with observations. Our resulting method, HyperMARL, avoids the complexities of prior work and empirically reduces policy gradient variance. Across diverse MARL benchmarks (22 scenarios, up to 30 agents), HyperMARL achieves performance competitive with six key baselines while preserving behavioural diversity comparable to non-parameter sharing methods, establishing it as a versatile and principled approach for adaptive MARL. The code is publicly available at https://github.com/KaleabTessera/HyperMARL.

Keywords

Cite

@article{arxiv.2412.04233,
  title  = {HyperMARL: Adaptive Hypernetworks for Multi-Agent RL},
  author = {Kale-ab Abebe Tessera and Arrasy Rahman and Amos Storkey and Stefano V. Albrecht},
  journal= {arXiv preprint arXiv:2412.04233},
  year   = {2025}
}

Comments

To appear at the 39th Conference on Neural Information Processing Systems (NeurIPS 2025). A preliminary version of this work was presented at the CoCoMARL workshop, RLC 2025

R2 v1 2026-06-28T20:24:19.854Z