Oryx: a Scalable Sequence Model for Many-Agent Coordination in Offline MARL
Claude Formanek, Omayma Mahjoub, Louay Ben Nessir, Sasha Abramowitz, Ruan de Kock, Wiem Khlifi, Daniel Rajaonarivonivelomanantsoa, Simon Du Toit, Arnol Fokam, Siddarth Singh, Ulrich Mbou Sob, Felix Chalumeau, Arnu Pretorius
TL;DR
Oryx tackles the core challenges of offline multi-agent reinforcement learning—extrapolation error and miscoordination—by marrying a scalable, retention-based sequence model (Sable) with implicit constraint Q-learning (ICQ) in an autoregressive, multi-agent policy. It introduces a dual-head decoder and a sequential ICQ update that conditions each agent’s policy on prior agents’ actions, enabling stable long-horizon coordination from logged data. Empirically, Oryx achieves state-of-the-art performance on the majority of offline MARL benchmarks (SMAC, RWARE, MAMuJoCo) and scales robustly to very large agent populations (up to 50 in Connector), outperforming both non-autoregressive and competing sequence-model baselines. The work also provides extensive datasets and code to support future research, and points to promising directions in offline-online hybrid settings and broader domain applicability for autoregressive policies.
Abstract
A key challenge in offline multi-agent reinforcement learning (MARL) is achieving effective many-agent multi-step coordination in complex environments. In this work, we propose Oryx, a novel algorithm for offline cooperative MARL to directly address this challenge. Oryx adapts the recently proposed retention-based architecture Sable and combines it with a sequential form of implicit constraint Q-learning (ICQ), to develop a novel offline autoregressive policy update scheme. This allows Oryx to solve complex coordination challenges while maintaining temporal coherence over long trajectories. We evaluate Oryx across a diverse set of benchmarks from prior works -- SMAC, RWARE, and Multi-Agent MuJoCo -- covering tasks of both discrete and continuous control, varying in scale and difficulty. Oryx achieves state-of-the-art performance on more than 80% of the 65 tested datasets, outperforming prior offline MARL methods and demonstrating robust generalisation across domains with many agents and long horizons. Finally, we introduce new datasets to push the limits of many-agent coordination in offline MARL, and demonstrate Oryx's superior ability to scale effectively in such settings.
