ROAIJun 2, 2025

LAMARL: LLM-Aided Multi-Agent Reinforcement Learning for Cooperative Policy Generation

arXiv:2506.01538v215 citationsh-index: 7IEEE Robot Autom Lett
Originality Incremental advance
AI Analysis

This addresses the challenge of inefficient and labor-intensive training in multi-robot systems, though it is incremental as it extends LLM applications from single-robot to multi-agent settings.

The paper tackles the problem of low sample efficiency and manual reward tuning in multi-agent reinforcement learning (MARL) for multi-robot tasks by introducing LAMARL, which integrates LLMs to automate policy and reward generation, resulting in an average 185.9% improvement in sample efficiency and up to 67.5% higher LLM output success rates.

Although Multi-Agent Reinforcement Learning (MARL) is effective for complex multi-robot tasks, it suffers from low sample efficiency and requires iterative manual reward tuning. Large Language Models (LLMs) have shown promise in single-robot settings, but their application in multi-robot systems remains largely unexplored. This paper introduces a novel LLM-Aided MARL (LAMARL) approach, which integrates MARL with LLMs, significantly enhancing sample efficiency without requiring manual design. LAMARL consists of two modules: the first module leverages LLMs to fully automate the generation of prior policy and reward functions. The second module is MARL, which uses the generated functions to guide robot policy training effectively. On a shape assembly benchmark, both simulation and real-world experiments demonstrate the unique advantages of LAMARL. Ablation studies show that the prior policy improves sample efficiency by an average of 185.9% and enhances task completion, while structured prompts based on Chain-of-Thought (CoT) and basic APIs improve LLM output success rates by 28.5%-67.5%. Videos and code are available at https://windylab.github.io/LAMARL/

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes