paper-with-me

Papers

Caching-Augmented Lifelong Multi-Agent Path Finding

2024-03-20 · Yimin Tang, Zhenghong Yu, Yi Zheng, T. K. Satish Kumar, Jiaoyang Li, Sven Koenig

Multi-Agent Path Finding (MAPF), which involves finding collision-free paths for multiple robots, is crucial in various applications. Lifelong MAPF, where targets are reassigned to agents as soon as they complete their initial targets, offers a more accurate approximation of real-world warehouse planning. In this paper, we present a novel mechanism named Caching-Augmented Lifelong MAPF (CAL-MAPF), designed to improve the performance of Lifelong MAPF. We have developed a new type of map grid called cache for temporary item storage and replacement, and created a locking mechanism to improve the planning solution's stability. A task assigner (TA) is designed for CAL-MAPF to allocate target locations to agents and control agent status in different situations. CAL-MAPF has been evaluated using various cache replacement policies and input task distributions. We have identified three main factors significantly impacting CAL-MAPF performance through experimentation: suitable input task distribution, high cache hit rate, and smooth traffic. In general, CAL-MAPF has demonstrated potential for performance improvements in certain task distributions, map and agent configurations.

📄 PDF Abstract BibTeX arXiv:2403.13421

Code (1)

harukimoriarty/cal-mapf 공식 구현

Tasks

Multi-Agent Path Finding

Similar Papers 제목 키워드 기반

Traffic Flow Optimisation for Lifelong Multi-Agent Path Finding

2023-08-22 · Zhe Chen, Daniel Harabor, Jiaoyang Li, Peter J. Stuckey

Multi-Agent Path Finding (MAPF) is a fundamental problem in robotics that asks us to compute collision-free paths for a team of agents, all moving across a shared map. Although many works appear on this topic, all curren…

Multi-Agent Path Finding

The Study of Highway for Lifelong Multi-Agent Path Finding

2023-04-09 · Ming-Feng Li, Min Sun

In modern fulfillment warehouses, agents traverse the map to complete endless tasks that arrive on the fly, which is formulated as a lifelong Multi-Agent Path Finding (lifelong MAPF) problem. The goal of tackling this ch…

Multi-Agent Path Finding

Prioritized Planning for Continuous-time Lifelong Multi-agent Pathfinding

2025-03-17 · Alvin Combrink, Sabino Francesco Roselli, Martin Fabian

Multi-agent Path Finding (MAPF) is the problem of planning collision-free movements of agents so that they get from where they are to where they need to be. Commonly, agents are located on a graph and can traverse edges.…

Multi-Agent Path Finding

Lifelong Multi-Agent Path Finding in Large-Scale Warehouses

2020-05-15 · Jiaoyang Li, Andrew Tinka, Scott Kiesel, Joseph W. Durham 외

Multi-Agent Path Finding (MAPF) is the problem of moving a team of agents to their goal locations without collisions. In this paper, we study the lifelong variant of MAPF, where agents are constantly engaged with new goa…

Multi-Agent Path Finding

Enhancing Lifelong Multi-Agent Path-finding by Using Artificial Potential Fields

2025-05-28 · Arseniy Pertzovsky, Roni Stern, Ariel Felner, Roie Zivan

We explore the use of Artificial Potential Fields (APFs) to solve Multi-Agent Path Finding (MAPF) and Lifelong MAPF (LMAPF) problems. In MAPF, a team of agents must move to their goal locations without collisions, wherea…

Multi-Agent Path Finding