Cover image

Role Call: Who Your Agents Are Actually Listening To

TL;DR for operators Teams are easy to label. Understanding who actually listens to whom is harder. Hong’s paper on learned coordination conventions proposes a diagnostic for inspecting how cooperative reinforcement-learning agents route information between predefined roles.1 The central move is architectural: place role labels in both the querying agent’s representation and each ally’s representation, then use cross-attention to expose a role-to-role routing matrix. ...

July 10, 2026 · 20 min · Zelina
Cover image

The Skill Library Needs a Bouncer

TL;DR for operators Fleets do not fail only because they forget. They also fail because they remember the wrong thing at the wrong time. That is the practical point of COMAD, a framework for continual offline multi-agent reinforcement learning proposed in Offline Multi-agent Continual Cooperation via Skill Partition and Reuse.1 The paper studies agents that must learn from a stream of offline datasets: first one cooperative task, then another, then another, without interactive trial-and-error and without assuming the required coordination skills stay fixed. That setting is awkward, which is why it is useful. Real deployed systems rarely receive the courtesy of a clean, stationary benchmark and a polite email before the operating conditions change. ...

July 8, 2026 · 19 min · Zelina
Cover image

Green Lights, Smarter Cities: How Multi‑Agent Reinforcement Learning Is Rewiring Urban Traffic

Traffic lights are not stupid. They are obedient. That is the problem. A fixed-time signal does exactly what it was told to do: hold this green for this long, clear the junction, move to the next phase, repeat. It does not care that one lane is empty, another is spilling backward, and a third has just received a platoon of vehicles from the previous intersection. It is not being malicious. It is merely following a plan designed for a world that stopped changing five minutes ago. ...

March 14, 2026 · 17 min · Zelina
Cover image

Diffusing to Coordinate: When Multi-Agent RL Learns to Breathe

Robots are easy to imagine as individuals. A quadruped walks. A drone flies. A warehouse arm picks. The business slide is usually kind enough to show one machine, one task, one satisfying arrow from input to output. Reality is less polite. A quadruped is not one decision-maker. It is a committee of limbs negotiating with gravity. A multi-drone system is not one policy with four propellers. It is a moving argument about timing, local perception, shared goals, and what not to crash into. A factory cell with multiple robotic agents is even worse: every local action changes the environment other agents are trying to understand. ...

February 23, 2026 · 17 min · Zelina
Cover image

When Curiosity Becomes Contagious: Mutual Intrinsic Rewards in Multi-Agent RL

Doors are excellent teachers. A locked door in a maze looks trivial to a human observer. One agent opens it. Another agent walks through it. Everyone goes home, preferably before the training budget quietly evaporates. But for reinforcement-learning agents, especially in sparse-reward environments, that door is not a door. It is a credit-assignment trap wearing blue paint. ...

November 24, 2025 · 16 min · Zelina
Cover image

Talk is Flight: How RALLY Bridges Language and Learning in UAV Swarms

TL;DR for operators RALLY is not a chatbot with propellers. It is a hybrid control framework for UAV swarms where the LLM supplies structured semantic reasoning and the reinforcement-learning layer decides how agents should divide responsibility.1 The practical insight is the separation of labour. A drone swarm does not only need to know where to fly; it needs to agree who should lead, who should coordinate, who should follow, and when those roles should change. RALLY handles that by combining two-stage LLM consensus with RMIX, a role-value mixing network trained to assign Commander, Coordinator, and Executor roles under partial observability and limited communication. ...

July 7, 2025 · 16 min · Zelina