Hierarchical Control in Multi-Agent Games: LLM-based Planning and RL Execution

· Source: cs.AI updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems, Gaming & Interactive Media · Depth: Expert, extended

Summary

A novel hierarchical architecture integrates a pretrained Large Language Model (LLM) with Reinforcement Learning (RL) skill policies to address multi-agent coordination challenges. This system, featuring a Gemma 3 27B LLM as a strategic meta-controller and specialized RL policies for reactive execution, was evaluated in a competitive 2v2 King of the Hill environment. It achieved task performance statistically equivalent to hand-crafted Behavior Trees (46.4% win rate vs. 51.5% for BT, p=0.103) and significantly outperformed "Flat" end-to-end RL. A user study with 15 participants further revealed that 60% perceived the LLM+RL agents as the most human-like (p=0.027), attributing this to their behavioral adaptability and tactical variability, demonstrating effective coordination without manual rule engineering.

Key takeaway

For AI Engineers developing multi-agent systems or game AI, you should consider a hierarchical LLM+RL approach to achieve both competitive performance and enhanced player experience. This method reduces manual rule engineering, allowing you to focus on defining core skills while delegating complex strategic decision-making to an LLM. This can lead to more adaptable and human-like agent behaviors, improving overall system believability.

Key insights

Pretrained LLMs can orchestrate pretrained RL skills for competitive multi-agent coordination and superior perceived human-likeness.

Principles

Method

A centralized LLM (Gemma 3 27B) selects one of four pretrained RL skill policies (Navigate, Combat, Secure, Retreat) for each agent based on global state at 2 Hz, while RL policies execute low-level actions at 12.5 Hz using local observations.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, AI Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.