Generalizable Collaborative Search-and-Capture in Cluttered Environments via Path-Guided MAPPO and Directional Frontier Allocation
Jialin Ying, Zhihao Li, Zicheng Dong, Guohua Wu, Yihuan Liao
TL;DR
The paper tackles the challenge of cooperative pursuit-evasion in cluttered, partially observable environments with sparse rewards. It introduces PGF-MAPPO, a hierarchical framework that fuses topological path guidance from A*- planning with a directional frontier allocation strategy and a parameter-shared decentralized critic, enabling scalable, real-time control. Key contributions include the Directional FPS with sector suppression, Hungarian assignment for efficient target allocation, and a dense A*-based potential reward that accelerates learning and exploration. Extensive experiments show strong zero-shot generalization from 10×10 training maps to larger 15×15 and 20×20 maps, outpacing rule-based and learning-based baselines in capture efficiency and robustness in cluttered settings.
Abstract
Collaborative pursuit-evasion in cluttered environments presents significant challenges due to sparse rewards and constrained Fields of View (FOV). Standard Multi-Agent Reinforcement Learning (MARL) often suffers from inefficient exploration and fails to scale to large scenarios. We propose PGF-MAPPO (Path-Guided Frontier MAPPO), a hierarchical framework bridging topological planning with reactive control. To resolve local minima and sparse rewards, we integrate an A*-based potential field for dense reward shaping. Furthermore, we introduce Directional Frontier Allocation, combining Farthest Point Sampling (FPS) with geometric angle suppression to enforce spatial dispersion and accelerate coverage. The architecture employs a parameter-shared decentralized critic, maintaining O(1) model complexity suitable for robotic swarms. Experiments demonstrate that PGF-MAPPO achieves superior capture efficiency against faster evaders. Policies trained on 10x10 maps exhibit robust zero-shot generalization to unseen 20x20 environments, significantly outperforming rule-based and learning-based baselines.
