LGAIMAJul 13, 2023

Learning Multiple Coordinated Agents under Directed Acyclic Graph Constraints

arXiv:2307.07529v11 citationsh-index: 43
Originality Incremental advance
AI Analysis

It addresses coordination in multi-agent systems for domains like scheduling, though it appears incremental by building on existing MARL with DAG constraints.

This paper tackles the problem of multi-agent reinforcement learning under directed acyclic graph constraints by proposing a method that exploits the DAG structure to improve learning performance, showing it outperforms non-DAG approaches in benchmarks including a real-world Intel factory scheduling task.

This paper proposes a novel multi-agent reinforcement learning (MARL) method to learn multiple coordinated agents under directed acyclic graph (DAG) constraints. Unlike existing MARL approaches, our method explicitly exploits the DAG structure between agents to achieve more effective learning performance. Theoretically, we propose a novel surrogate value function based on a MARL model with synthetic rewards (MARLM-SR) and prove that it serves as a lower bound of the optimal value function. Computationally, we propose a practical training algorithm that exploits new notion of leader agent and reward generator and distributor agent to guide the decomposed follower agents to better explore the parameter space in environments with DAG constraints. Empirically, we exploit four DAG environments including a real-world scheduling for one of Intel's high volume packaging and test factory to benchmark our methods and show it outperforms the other non-DAG approaches.

Foundations

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

Your Notes