Paper
26 May 2023 Improved CBS algorithm based on the idea of pre-planning
Zhuoran Wang, Jiayan Wen, Jingjing Lu
Author Affiliations +
Proceedings Volume 12700, International Conference on Electronic Information Engineering and Data Processing (EIEDP 2023); 127002K (2023) https://doi.org/10.1117/12.2682558
Event: International Conference on Electronic Information Engineering and Data Processing (EIEDP 2023), 2023, Nanchang, China
Abstract
The Conflict-Based Search (CBS) algorithm is one of the Multi-Agent Path Finding (MAPF) algorithms that has received much attention in recent years. It is a two-level algorithm. The high-level detects and resolves conflicts on a Constraint Tree (CT). Its low-level algorithm is to plan the optimal path for a given agent that satisfies all the constraints of the agent. In this paper, the Space-Time A* (STA*) algorithm is used as the low-level algorithm, which adds the time dimension to the A* algorithm. It means that the planning path for a single agent tends to generate and extend more and more sub-nodes. As the complexity of the problem increases, the efficiency of the low-level solution becomes an increasingly large part of the overall solution efficiency. This leads to an inefficient overall solution. To address this problem, an improved CBS algorithm is proposed. This algorithm is used when the current node in CT has conflicts. It uses current node information and Multi-value Decision Diagram (MDD) technology to pre-plan before formal re-planning. The pre-planning phase entails obtaining information pertaining to the path that satisfies the new constraint, which is referred to as pre-planning information. During the formal re-planning, the pre-planning information is used to guide the low-level algorithm to select the generated sub-nodes. The simulation experiments show that CBS with pre-planning improves the solution time by 24.4% and reduces the search space by 38.7%.
© (2023) COPYRIGHT Society of Photo-Optical Instrumentation Engineers (SPIE). Downloading of the abstract is permitted for personal use only.
Zhuoran Wang, Jiayan Wen, and Jingjing Lu "Improved CBS algorithm based on the idea of pre-planning", Proc. SPIE 12700, International Conference on Electronic Information Engineering and Data Processing (EIEDP 2023), 127002K (26 May 2023); https://doi.org/10.1117/12.2682558
Advertisement
Advertisement
RIGHTS & PERMISSIONS
Get copyright permission  Get copyright permission on Copyright Marketplace
KEYWORDS
Evolutionary algorithms

Algorithm testing

Computer simulations

Design and modelling

Roads

Back to Top