paper-with-me

홈 › Papers

MAESTRO: Multi-Agent Environment Shaping through Task and Reward Optimization

2025-11-24 · Boyuan Wu arxiv

Cooperative Multi-Agent Reinforcement Learning (MARL) faces two major design bottlenecks: crafting dense reward functions and constructing curricula that avoid local optima in high-dimensional, non-stationary environments. Existing approaches rely on fixed heuristics or use Large Language Models (LLMs) directly in the control loop, which is costly and unsuitable for real-time systems. We propose MAESTRO (Multi-Agent Environment Shaping through Task and Reward Optimization), a framework that moves the LLM outside the execution loop and uses it as an offline training architect. MAESTRO introduces two generative components: (i) a semantic curriculum generator that creates diverse, performance-driven traffic scenarios, and (ii) an automated reward synthesizer that produces executable Python reward functions adapted to evolving curriculum difficulty. These components guide a standard MARL backbone (MADDPG) without increasing inference cost at deployment. We evaluate MAESTRO on large-scale traffic signal control (Hangzhou, 16 intersections) and conduct controlled ablations. Results show that combining LLM-generated curricula with LLM-generated reward shaping yields improved performance and stability. Across four seeds, the full system achieves +4.0% higher mean return (163.26 vs. 156.93) and 2.2% better risk-adjusted performance (Sharpe 1.53 vs. 0.70) over a strong curriculum baseline. These findings highlight LLMs as effective high-level designers for cooperative MARL training.

📄 PDF Abstract BibTeX arXiv:2511.19253

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-agent Reinforcement Learning

Similar Papers 제목 키워드 기반

MAESTRO: Open-Ended Environment Design for Multi-Agent Reinforcement Learning

2023-03-06 · Mikayel Samvelyan, Akbir Khan, Michael Dennis, Minqi Jiang 외

Open-ended learning methods that automatically generate a curriculum of increasingly challenging tasks serve as a promising avenue toward generally capable reinforcement learning agents. Existing methods adapt curricula …

continuous-controlContinuous ControlMulti-agent Reinforcement Learningreinforcement-learning+2

MAESTRO: Multi-Agent Evaluation Suite for Testing, Reliability, and Observability

2026-01-01 · Tie Ma, Yixi Chen, Vaastav Anand, Alessandro Cornacchia 외 arxiv

We present MAESTRO, an evaluation suite for the testing, reliability, and observability of LLM-based MAS. MAESTRO standardizes MAS configuration and execution through a unified interface, supports integrating both native…

MaestroMotif: Skill Design from Artificial Intelligence Feedback

2024-12-11 · Martin Klissarov, Mikael Henaff, Roberta Raileanu, Shagun Sodhani 외

Describing skills in natural language has the potential to provide an accessible way to inject human knowledge about decision-making into an AI system. We present MaestroMotif, a method for AI-assisted skill design, whic…

Code GenerationDecision MakingNetHack

Shaping Advice in Deep Reinforcement Learning

2022-02-19 · Baicen Xiao, Bhaskar Ramasubramanian, Radha Poovendran

Reinforcement learning involves agents interacting with an environment to complete tasks. When rewards provided by the environment are sparse, agents may not receive immediate feedback on the quality of actions that they…

Deep Reinforcement LearningMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning+1

Maestro: Learning to Collaborate via Conditional Listwise Policy Optimization for Multi-Agent LLMs

2025-11-08 · Wei Yang, Jiacheng Pang, Shixuan Li, Paul Bogdan 외 arxiv

Multi-agent systems (MAS) built on Large Language Models (LLMs) are being used to approach complex problems and can surpass single model inference. However, their success hinges on navigating a fundamental cognitive tens…

Reinforcement LearningMathematical Reasoning