LLM-Mediated Guidance of MARL Systems
Philipp D. Siedler, Ian Gemp
TL;DR
This paper investigates guiding multi-agent reinforcement learning (MARL) with large language model (LLM) interventions in a challenging aerial wildfire suppression task. It introduces two controller types—Rule-Based (RB) and Natural Language (NL)—and a central LLM-Mediator that can override agents' actions to shape learning trajectories, with a focus on early interventions. Experimental results show both RB and NL interventions outperform a no-intervention baseline, with NL prompting stronger improvements in coordination and efficiency, and the approach remaining effective as team size scales. The work demonstrates the viability of real-time, language-enabled guidance to accelerate MARL training and adapt to dynamic, high-dimensional environments, suggesting broad applicability beyond wildfire scenarios.
Abstract
In complex multi-agent environments, achieving efficient learning and desirable behaviours is a significant challenge for Multi-Agent Reinforcement Learning (MARL) systems. This work explores the potential of combining MARL with Large Language Model (LLM)-mediated interventions to guide agents toward more desirable behaviours. Specifically, we investigate how LLMs can be used to interpret and facilitate interventions that shape the learning trajectories of multiple agents. We experimented with two types of interventions, referred to as controllers: a Natural Language (NL) Controller and a Rule-Based (RB) Controller. The NL Controller, which uses an LLM to simulate human-like interventions, showed a stronger impact than the RB Controller. Our findings indicate that agents particularly benefit from early interventions, leading to more efficient training and higher performance. Both intervention types outperform the baseline without interventions, highlighting the potential of LLM-mediated guidance to accelerate training and enhance MARL performance in challenging environments.
