paper-with-me

Papers

Language-Guided Multi-Agent Learning in Simulations: A Unified Framework and Evaluation

2025-06-01 · Zhengyang Li

This paper introduces LLM-MARL, a unified framework that incorporates large language models (LLMs) into multi-agent reinforcement learning (MARL) to enhance coordination, communication, and generalization in simulated game environments. The framework features three modular components of Coordinator, Communicator, and Memory, which dynamically generate subgoals, facilitate symbolic inter-agent messaging, and support episodic recall. Training combines PPO with a language-conditioned loss and LLM query gating. LLM-MARL is evaluated in Google Research Football, MAgent Battle, and StarCraft II. Results show consistent improvements over MAPPO and QMIX in win rate, coordination score, and zero-shot generalization. Ablation studies demonstrate that subgoal generation and language-based messaging each contribute significantly to performance gains. Qualitative analysis reveals emergent behaviors such as role specialization and communication-driven tactics. By bridging language modeling and policy learning, this work contributes to the design of intelligent, cooperative agents in interactive simulations. It offers a path forward for leveraging LLMs in multi-agent systems used for training, games, and human-AI collaboration.

📄 PDF Abstract BibTeX arXiv:2506.04251

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingMulti-agent Reinforcement LearningStarcraftStarcraft IIZero-shot Generalization

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…

Similar Papers 제목 키워드 기반

Optimizing Interventions for Agent-Based Infectious Disease Simulations

2026-04-02 · Anja Wolpers, Johannes Ponge, Adelinde M. Uhrmacher arxiv

Non-pharmaceutical interventions (NPIs) are commonly used tools for controlling infectious disease transmission when pharmaceutical options are unavailable. Yet, identifying effective interventions that minimize societal…

Shall We Team Up: Exploring Spontaneous Cooperation of Competing LLM Agents

2024-02-19 · Zengqing Wu, Run Peng, Shuyuan Zheng, Qianying Liu 외

Large Language Models (LLMs) have increasingly been utilized in social simulations, where they are often guided by carefully crafted instructions to stably exhibit human-like behaviors during simulations. Nevertheless, w…

Knowledge Distillation from Language-Oriented to Emergent Communication for Multi-Agent Remote Control

2024-01-23 · Yongjun Kim, Sejin Seo, Jihong Park, Mehdi Bennis 외

In this work, we compare emergent communication (EC) built upon multi-agent deep reinforcement learning (MADRL) and language-oriented semantic communication (LSC) empowered by a pre-trained large language model (LLM) usi…

Deep Reinforcement LearningKnowledge DistillationLanguage ModelingLanguage Modelling+2

Multitask Multimodal Prompted Training for Interactive Embodied Task Completion

2023-11-07 · Georgios Pantazopoulos, Malvina Nikandrou, Amit Parekh, Bhathiya Hemanthage 외

Interactive and embodied tasks pose at least two fundamental challenges to existing Vision & Language (VL) models, including 1) grounding language in trajectories of actions and observations, and 2) referential disambigu…

DecoderText Generation

Large Language Model Agent for User-friendly Chemical Process Simulations

2026-01-15 · Jingkang Liang, Niklas Groll, Gürkan Sin arxiv

Modern process simulators enable detailed process design, simulation, and optimization; however, constructing and interpreting simulations is time-consuming and requires expert knowledge. This limits early exploration by…