AISep 1, 2024

Cooperative Path Planning with Asynchronous Multiagent Reinforcement Learning

arXiv:2409.00754v110 citationsh-index: 6
Originality Incremental advance
AI Analysis

This work solves path planning for vehicles in road networks, offering improved efficiency over existing methods, though it appears incremental in its approach.

The paper tackles the shortest path problem with multiple source-destination pairs to minimize average travel time, addressing inefficiencies from asynchronous decision-making in multi-agent reinforcement learning. The proposed asyn-MARL framework outperforms state-of-the-art planning approaches on synthetic and real road networks.

In this paper, we study the shortest path problem (SPP) with multiple source-destination pairs (MSD), namely MSD-SPP, to minimize average travel time of all shortest paths. The inherent traffic capacity limits within a road network contributes to the competition among vehicles. Multi-agent reinforcement learning (MARL) model cannot offer effective and efficient path planning cooperation due to the asynchronous decision making setting in MSD-SPP, where vehicles (a.k.a agents) cannot simultaneously complete routing actions in the previous time step. To tackle the efficiency issue, we propose to divide an entire road network into multiple sub-graphs and subsequently execute a two-stage process of inter-region and intra-region route planning. To address the asynchronous issue, in the proposed asyn-MARL framework, we first design a global state, which exploits a low-dimensional vector to implicitly represent the joint observations and actions of multi-agents. Then we develop a novel trajectory collection mechanism to decrease the redundancy in training trajectories. Additionally, we design a novel actor network to facilitate the cooperation among vehicles towards the same or close destinations and a reachability graph aimed at preventing infinite loops in routing paths. On both synthetic and real road networks, our evaluation result demonstrates that our approach outperforms state-of-the-art planning 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