Reinforcement Networks: novel framework for collaborative Multi-Agent Reinforcement Learning tasks
Maksim Kryzhanovskiy, Svetlana Glazyrina, Roman Ischenko, Konstantin Vorontsov
TL;DR
Reinforcement Networks present a DAG-based framework for collaborative MARL that unifies hierarchical, modular, and graph-structured agent coordination, connected to the LevelEnv abstraction to support reproducible training and evaluation. By embedding agents as vertices in a directed acyclic graph and allowing upstream (messages/rewards) and downstream (actions/instructions) information flows, the method enables flexible credit assignment and scalable coordination beyond rigid trees or fully centralized schemes. Empirical studies on MPE Simple Spread and VMAS Balance show that reinforced hierarchical configurations with bridging skip-connections and learned communication improve stability and sample efficiency relative to baselines like IPPO and 3PPO, while still accommodating multi-time-scale operation. The framework thus offers a principled path toward designing complex, structured multi-agent systems and points to future work on topology optimization, proxy-reward/communication training, and applications to LLM-based agents.
Abstract
Modern AI systems often comprise multiple learnable components that can be naturally organized as graphs. A central challenge is the end-to-end training of such systems without restrictive architectural or training assumptions. Such tasks fit the theory and approaches of the collaborative Multi-Agent Reinforcement Learning (MARL) field. We introduce Reinforcement Networks, a general framework for MARL that organizes agents as vertices in a directed acyclic graph (DAG). This structure extends hierarchical RL to arbitrary DAGs, enabling flexible credit assignment and scalable coordination while avoiding strict topologies, fully centralized training, and other limitations of current approaches. We formalize training and inference methods for the Reinforcement Networks framework and connect it to the LevelEnv concept to support reproducible construction, training, and evaluation. We demonstrate the effectiveness of our approach on several collaborative MARL setups by developing several Reinforcement Networks models that achieve improved performance over standard MARL baselines. Beyond empirical gains, Reinforcement Networks unify hierarchical, modular, and graph-structured views of MARL, opening a principled path toward designing and training complex multi-agent systems. We conclude with theoretical and practical directions - richer graph morphologies, compositional curricula, and graph-aware exploration. That positions Reinforcement Networks as a foundation for a new line of research in scalable, structured MARL.
