Enhancing Lifelong Multi-Agent Path Finding with Cache Mechanism
Yimin Tang, Zhenghong Yu, Yi Zheng, T. K. Satish Kumar, Jiaoyang Li, Sven Koenig
TL;DR
The paper tackles Lifelong MAPF in warehouse environments by introducing L-MAPF-CM, which integrates a cache-based intermediate storage with low-level path planning. A Task Assigner (TA) collaborates with a cache lock mechanism to manage dynamic target allocation and safe concurrent cache access. Empirical results show that higher cache hit rates and traffic smoothness yield notable throughput gains, though benefits taper as agent counts rise and congestion emerges in dense scenarios. The work highlights practical avenues for improving warehouse routing, including smarter task ordering, data-driven cache policies, and hierarchical caching structures.
Abstract
Multi-Agent Path Finding (MAPF), which focuses on finding collision-free paths for multiple robots, is crucial in autonomous warehouse operations. Lifelong MAPF (L-MAPF), where agents are continuously reassigned new targets upon completing their current tasks, offers a more realistic approximation of real-world warehouse scenarios. While cache storage systems can enhance efficiency and reduce operational costs, existing approaches primarily rely on expectations and mathematical models, often without adequately addressing the challenges of multi-robot planning and execution. In this paper, we introduce a novel mechanism called Lifelong MAPF with Cache Mechanism (L-MAPF-CM), which integrates high-level cache storage with low-level path planning. We have involved a new type of map grid called cache for temporary item storage. Additionally, we involved a task assigner (TA) with a locking mechanism to bridge the gap between the new cache grid and L-MAPF algorithm. The TA dynamically allocates target locations to agents based on their status in various scenarios. We evaluated L-MAPF-CM using different cache replacement policies and task distributions. L-MAPF-CM has demonstrated performance improvements particularly with high cache hit rates and smooth traffic conditions.
