paper-with-me

Papers

Learning Graph-Enhanced Commander-Executor for Multi-Agent Navigation

2023-02-08 · Xinyi Yang, Shiyu Huang, Yiwen Sun, Yuxiang Yang, Chao Yu, Wei-Wei Tu, Huazhong Yang, Yu Wang

This paper investigates the multi-agent navigation problem, which requires multiple agents to reach the target goals in a limited time. Multi-agent reinforcement learning (MARL) has shown promising results for solving this issue. However, it is inefficient for MARL to directly explore the (nearly) optimal policy in the large search space, which is exacerbated as the agent number increases (e.g., 10+ agents) or the environment is more complex (e.g., 3D simulator). Goal-conditioned hierarchical reinforcement learning (HRL) provides a promising direction to tackle this challenge by introducing a hierarchical structure to decompose the search space, where the low-level policy predicts primitive actions in the guidance of the goals derived from the high-level policy. In this paper, we propose Multi-Agent Graph-Enhanced Commander-Executor (MAGE-X), a graph-based goal-conditioned hierarchical method for multi-agent navigation tasks. MAGE-X comprises a high-level Goal Commander and a low-level Action Executor. The Goal Commander predicts the probability distribution of goals and leverages them to assign each agent the most appropriate final target. The Action Executor utilizes graph neural networks (GNN) to construct a subgraph for each agent that only contains crucial partners to improve cooperation. Additionally, the Goal Encoder in the Action Executor captures the relationship between the agent and the designated goal to encourage the agent to reach the final target. The results show that MAGE-X outperforms the state-of-the-art MARL baselines with a 100% success rate with only 3 million training steps in multi-agent particle environments (MPE) with 50 agents, and at least a 12% higher success rate and 2x higher data efficiency in a more complicated quadrotor 3D navigation task.

📄 PDF Abstract BibTeX arXiv:2302.04094

Code (1)

yang-xy20/mage-x 공식 구현 pytorch

Tasks

Hierarchical Reinforcement LearningMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

FireCommander: An Interactive, Probabilistic Multi-agent Environment for Heterogeneous Robot Teams

2020-10-31 · Esmaeil Seraj, Xiyang Wu, Matthew Gombolay

The purpose of this tutorial is to help individuals use the \underline{FireCommander} game environment for research applications. The FireCommander is an interactive, probabilistic joint perception-action reconnaissance …

Combinatorial Optimizationreinforcement-learningReinforcement Learning (RL)

ExpGraph: Model-Agnostic Experience Learning with Graph-Structured Memory for LLM Agents

2026-05-29 · Tao Feng, Chongrui Ye, Tianyang Luo, Jingjun Xu 외 arxiv

Large language model (LLM) agents have shown strong capabilities in reasoning, tool use, and multi-step interaction, but they often solve tasks from scratch and fail to reuse successful strategies or failure lessons from…

Reinforcement LearningMathematical ReasoningQuestion AnsweringCode Generation

AgentCoder: Multi-Agent-based Code Generation with Iterative Testing and Optimisation

2023-12-20 · Dong Huang, Jie M. Zhang, Michael Luck, Qingwen Bu 외

The advancement of natural language processing (NLP) has been significantly boosted by the development of transformer-based large language models (LLMs). These models have revolutionized NLP tasks, particularly in code g…

Code GenerationHumanEvalmbppPrompt Engineering

Dr. Claw: An AI Scientist Workspace for Vibe Research

2026-08-31 · Dingjie Song, Hanrong Zhang, Dawei Liu, Yixin Liu 외 hf

Command-line coding agents (e.g., Claude Code, Gemini CLI) can already read and write files and sustain long sessions, yet end-to-end research still fragments across chat tools, IDEs, terminals, and writing environments,…

Smart Commander: A Hierarchical Reinforcement Learning Framework for Fleet-Level PHM Decision Optimization

2026-04-08 · Yong Si, Mingfei Lu, Jing Li, Yang Hu 외 arxiv

Decision-making in military aviation Prognostics and Health Management (PHM) faces significant challenges due to the "curse of dimensionality" in large-scale fleet operations, combined with sparse feedback and stochastic…

Hierarchical Reinforcement Learning