TY - JOUR AU - Huang, Taoan AU - Koenig, Sven AU - Dilkina, Bistra PY - 2021/05/18 Y2 - 2024/03/28 TI - Learning to Resolve Conflicts for Multi-Agent Path Finding with Conflict-Based Search JF - Proceedings of the AAAI Conference on Artificial Intelligence JA - AAAI VL - 35 IS - 13 SE - AAAI Technical Track on Multiagent Systems DO - 10.1609/aaai.v35i13.17341 UR - https://ojs.aaai.org/index.php/AAAI/article/view/17341 SP - 11246-11253 AB - Conflict-Based Search (CBS) is a state-of-the-art algorithm for multi-agent path finding. On the high level, CBS repeatedly detects conflicts and resolves one of them by splitting the current problem into two subproblems. Previous work chooses the conflict to resolve by categorizing conflicts into three classes and always picking one from the highest-priority class. In this work, we propose an oracle for conflict selection that results in smaller search tree sizes than the one used in previous work. However, the computation of the oracle is slow. Thus, we propose a machine-learning (ML) framework for conflict selection that observes the decisions made by the oracle and learns a conflict-selection strategy represented by a linear ranking function that imitates the oracle's decisions accurately and quickly. Experiments on benchmark maps indicate that our approach, ML-guided CBS, significantly improves the success rates, search tree sizes and runtimes of the current state-of-the-art CBS solver. ER -