Multi-agent pathfinding (MAPF) is a problem of coordinating the movements of multiple agents operating a shared environment that has numerous industrial and research applications. In many practical cases the agents (robots) have limited visibility of the environment and must rely on local observations to make decisions. This scenario, known as partially observable MAPF (PO-MAPF), can be solved through decentralized approaches. In recent years, several learnable algorithms have been proposed for solving PO-MAPF. However, their performance is oftentimes not validated out-of-distribution (OOD), and the code is often not properly open-sourced. In this study, we conduct a comprehensive empirical evaluation of one of the state-of-the-art decentralized PO-MAPF algorithms, Distributed Heuristic Communication (DHC), Ma, Z., Luo, Y., Ma, H.: Distributed heuristic multi-agent path finding with communication. In: 2021 International Conference on Robotics and Automation (ICRA), pp. 8699–8705. IEEE, Xi’an, China (2021), which incorporates communication between agents. Our experiments reveal that the performance of DHC deteriorates when agents encounter complete packet loss during communication. To address this issue, we propose a novel algorithm called DHC-R that employs a similar architecture to the original DHC but introduces randomness into the graph neural network-based communication block, preventing the passage of some data packets during training. Empirical evaluation confirms that DHC-R outperforms DHC in scenarios with packet loss. Open-sourced model weights and the codebase are provided: https://github.com/acforvs/dhc-robust-mapf.
DOI: 10.1007/978-3-031-43111-1_14
Скачать исходный код на GitHub: https://github.com/acforvs/dhc-robust-mapf
На сайте журнала «Информатика и автоматизация» (Труды СПИИРАН): http://ia.spcras.ru/index.php/icr2024/article/view/15900
Владислав Савинов, Константин Яковлев. DHC-R: Анализ “Distributed Heuristic Communication” и улучшение робастности обучаемых децентрализованных PO-MAPF алгоритмов // Interactive Collaborative Robotics. Том 8 № 1 (2023): 8 Международная конференция по интерактивной коллаборативной робототехнике (ICR 2023). С. 151–163.