Subdimensional Expansion Using Attention-Based Learning For Multi-Agent Path Finding

09/29/2021
by   Lakshay Virmani, et al.
3

Multi-Agent Path Finding (MAPF) finds conflict-free paths for multiple agents from their respective start to goal locations. MAPF is challenging as the joint configuration space grows exponentially with respect to the number of agents. Among MAPF planners, search-based methods, such as CBS and M*, effectively bypass the curse of dimensionality by employing a dynamically-coupled strategy: agents are planned in a fully decoupled manner at first, where potential conflicts between agents are ignored; and then agents either follow their individual plans or are coupled together for planning to resolve the conflicts between them. In general, the number of conflicts to be resolved decides the run time of these planners and most of the existing work focuses on how to efficiently resolve these conflicts. In this work, we take a different view and aim to reduce the number of conflicts (and thus improve the overall search efficiency) by improving each agent's individual plan. By leveraging a Visual Transformer, we develop a learning-based single-agent planner, which plans for a single agent while paying attention to both the structure of the map and other agents with whom conflicts may happen. We then develop a novel multi-agent planner called LM* by integrating this learning-based single-agent planner with M*. Our results show that for both "seen" and "unseen" maps, in comparison with M*, LM* has fewer conflicts to be resolved and thus, runs faster and enjoys higher success rates. We empirically show that MAPF solutions computed by LM* are near-optimal. Our code is available at https://github.com/lakshayvirmani/learning-assisted-mstar .

READ FULL TEXT
research
07/05/2022

Plan Execution for Multi-Agent Path Finding with Indoor Quadcopters

We study the planning and acting phase for the problem of multi-agent pa...
research
03/18/2021

MS*: A New Exact Algorithm for Multi-agent Simultaneous Multi-goal Sequencing and Path Finding

In multi-agent applications such as surveillance and logistics, fleets o...
research
10/01/2018

Deep sequential models for sampling-based planning

We demonstrate how a sequence model and a sampling-based planner can inf...
research
03/08/2021

Loosely Synchronized Search for Multi-agent Path Finding with Asynchronous Actions

Multi-agent path finding (MAPF) determines an ensemble of collision-free...
research
11/30/2018

X*: Anytime Multiagent Planning With Bounded Search

Multi-agent planning in dynamic domains is a challenging problem: the si...
research
05/25/2023

On Computing Universal Plans for Partially Observable Multi-Agent Path Finding

Multi-agent routing problems have drawn significant attention nowadays d...
research
09/20/2020

Multi Agent Path Finding with Awareness for Spatially Extended Agents

Path finding problems involve identification of a plan for conflict free...

Please sign up or login with your details

Forgot password? Click here to reset