PC2P: Multi-Agent Path Finding via Personalized-Enhanced Communication and Crowd Perception
Guotao Li, Shaoyun Xu, Yuexing Hao, Yang Wang, Yuhui Sun
TL;DR
PC$^2$P addresses distributed MAPF under partial observability by introducing personalization in inter-agent communication and crowd-aware perception, combined with a region-based deadlock-breaking strategy. It integrates a Graph Attention Network-based personalized communication module with a crowdsourced local observation channel and uses a D3QN-style Q-network to derive policies; deadlocks are resolved via expert-guided local planning. Ablation studies show each component contributes to robustness, particularly in high-density and large-scale maps, achieving superior success rates and competitive path lengths compared to DHC, DCC, SCRIMP, and EPH*. The work demonstrates improved scalability and real-time performance, with future directions toward CTDE to stabilize learning.
Abstract
Distributed Multi-Agent Path Finding (MAPF) integrated with Multi-Agent Reinforcement Learning (MARL) has emerged as a prominent research focus, enabling real-time cooperative decision-making in partially observable environments through inter-agent communication. However, due to insufficient collaborative and perceptual capabilities, existing methods are inadequate for scaling across diverse environmental conditions. To address these challenges, we propose PC2P, a novel distributed MAPF method derived from a Q-learning-based MARL framework. Initially, we introduce a personalized-enhanced communication mechanism based on dynamic graph topology, which ascertains the core aspects of ``who" and ``what" in interactive process through three-stage operations: selection, generation, and aggregation. Concurrently, we incorporate local crowd perception to enrich agents' heuristic observation, thereby strengthening the model's guidance for effective actions via the integration of static spatial constraints and dynamic occupancy changes. To resolve extreme deadlock issues, we propose a region-based deadlock-breaking strategy that leverages expert guidance to implement efficient coordination within confined areas. Experimental results demonstrate that PC2P achieves superior performance compared to state-of-the-art distributed MAPF methods in varied environments. Ablation studies further confirm the effectiveness of each module for overall performance.
