Skip to main content

Improving Problem Decomposition and Regulation in Distributed Multi-Agent Path Finder (DMAPF)

  • Conference paper
  • First Online:
PRIMA 2022: Principles and Practice of Multi-Agent Systems (PRIMA 2022)

Part of the book series: Lecture Notes in Computer Science ((LNAI,volume 13753))

Abstract

Distributed Multi-Agent Path Finder (DMAPF) is a novel distributed algorithm to solve the Multi-Agent Path Finding (MAPF) problem, where the objective is to find a sequence of movements for agents to reach their assigned locations without colliding with obstacles, which include other agents. The idea of DMAPF is to decompose a given MAPF problem into smaller sub-problems, then solve them in parallel. It has been shown that DMAPF can achieve higher scalability compared to centralized methods. This paper addresses two problems in the previous works. First, the previous works only divide problem maps in a simple, rectangular manner. This can create sub-problems with unbalanced numbers of locations in their maps when the shape of the original map is not rectangular or when the obstacles are not uniformly distributed. Having sub-problems that vary in sizes diminishes the effectiveness of parallelism. Second, the idea of DMAPF is to have agents move across sub-problems until they reach the sub-problems that contain their goals, but the previous works do not have a mechanism to regulate the number of agents residing in the sub-problems, thus it may fail to find the solution when a sub-problem is overcrowded. To mitigate the problems, we introduce (i) a method to decompose MAPF problems with balanced numbers of vertices; and (ii) a mechanism to regulate the number of agents in sub-problems. We also improve the performance of the Answer Set Programming (ASP) encoding, that was used in previous DMAPF implementations to solve MAPF sub-problem instances, by eliminating unnecessary parameters. The results show that the new solver scales better and is more efficient than the previous versions.

T.C. Son—Was partially supported by NSF grants 1812628, 1914635, and 1757207.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 84.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 109.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Notes

  1. 1.

    https://www.statista.com/statistics/1094202/global-warehouse-automation-market-size.

  2. 2.

    https://github.com/potassco/guide/releases/download/v2.2.0/guide.pdf.

  3. 3.

    https://movingai.com/benchmarks/mapf/index.html.

  4. 4.

    https://github.com/mcximing/hungarian-algorithm-cpp.

References

  1. Achá, R.A., López, R., Hagedorn, S., Baier, J.A.: A new boolean encoding for mapf and its performance with asp and maxsat solvers. In: Proceedings of the International Symposium on Combinatorial Search, vol. 12, pp. 11–19 (2021). https://ojs.aaai.org/index.php/SOCS/article/view/18546

  2. Barer, M., Sharon, G., Stern, R., Felner, A.: Suboptimal variants of the conflict-based search algorithm for the multi-agent pathfinding problem. In: Seventh Annual Symposium on Combinatorial Search (2014). https://doi.org/10.3233/978-1-61499-419-0-961

  3. Gebser, M., Kaminski, R., Kaufmann, B., Schaub, T.: Clingo = ASP + control: Preliminary report. In: Technical Communications of the 13th International Conference on Logic Programming, vol. 14(4–5) (2014). https://arxiv.org/abs/1405.3694

  4. Gelfond, M., Lifschitz, V.: Logic programs with classical negation. In: Logic Programming, Proceedings of the Seventh International Conference, pp. 579–597. MIT Press, Jerusalem, Israel (June 1990). https://dl.acm.org/doi/10.5555/87961.88030

  5. Gómez, R.N., Hernández, C., Baier, J.A.: A compact answer set programming encoding of multi-agent pathfinding. IEEE Access 9, 26886–26901 (2021). https://doi.org/10.1109/ACCESS.2021.3053547

    Article  Google Scholar 

  6. Kuhn, H.W.: The hungarian method for the assignment problem. Naval Res. Logist. Quart. 2(1–2), 83–97 (1955). https://doi.org/10.1002/nav.3800020109

    Article  MathSciNet  MATH  Google Scholar 

  7. MacQueen, J.: Classification and analysis of multivariate observations. In: Proceedings of the fifth Berkeley symposium on mathematical statistics and probability, Oakland, CA, USA, pp. 281–297 (1967)

    Google Scholar 

  8. Malinen, M.I., Fränti, P.: Balanced K-means for clustering. In: Fränti, P., Brown, G., Loog, M., Escolano, F., Pelillo, M. (eds.) S+SSPR 2014. LNCS, vol. 8621, pp. 32–41. Springer, Heidelberg (2014). https://doi.org/10.1007/978-3-662-44415-3_4

    Chapter  Google Scholar 

  9. Pianpak, P., Son, T.C.: DMAPF: A decentralized and distributed solver for multi-agent path finding problem with obstacles. Electron. Proc. Theor. Comput. Sci. (EPTCS) 345, 99–112 (2021). https://doi.org/10.4204/eptcs.345.24. Sep

    Article  Google Scholar 

  10. Pianpak, P., Son, T.C., Toups, Z.O., Yeoh, W.: A distributed solver for multi-agent path finding problems. In: Proceedings of the First International Conference on Distributed Artificial Intelligence (DAI), pp. 1–7 (2019). https://doi.org/10.1145/3356464.3357702

  11. Salzman, O., Stern, R.Z.: Research challenges and opportunities in multi-agent path finding and multi-agent pickup and delivery problems blue sky ideas track. In: 19th International Conference on Autonomous Agents and Multiagent Systems, AAMAS 2020, pp. 1711–1715. International Foundation for Autonomous Agents and Multiagent Systems (IFAAMAS) (2020). http://www.orensalzman.com/docs/AAMAS20.pdf

  12. Silver, D.: Cooperative pathfinding. In: Proceedings of the AAAI Conference on Artificial Intelligence and Interactive Digital Entertainment, pp. 117–122 (2005). https://ojs.aaai.org/index.php/AIIDE/article/view/18726

  13. Stern, R.: Multi-agent path finding - an overview. In: Osipov, G.S., Panov, A.I., Yakovlev, K.S. (eds.) Artificial Intelligence. LNCS (LNAI), vol. 11866, pp. 96–115. Springer, Cham (2019). https://doi.org/10.1007/978-3-030-33274-7_6

    Chapter  Google Scholar 

  14. Stern, R., et al.: Multi-agent pathfinding: Definitions, variants, and benchmarks. Symposium on Combinatorial Search (SoCS), pp. 151–158 (2019). https://www.aaai.org/ocs/index.php/SOCS/SOCS19/paper/view/18341

  15. Wilt, C.M., Botea, A.: Spatially distributed multiagent path planning. In: Twenty-Fourth International Conference on Automated Planning and Scheduling, pp. 332–340 (2014). https://www.aaai.org/ocs/index.php/ICAPS/ICAPS14/paper/view/7858/8043

Download references

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Poom Pianpak .

Editor information

Editors and Affiliations

Rights and permissions

Reprints and permissions

Copyright information

© 2023 The Author(s), under exclusive license to Springer Nature Switzerland AG

About this paper

Check for updates. Verify currency and authenticity via CrossMark

Cite this paper

Pianpak, P., Son, T.C. (2023). Improving Problem Decomposition and Regulation in Distributed Multi-Agent Path Finder (DMAPF). In: Aydoğan, R., Criado, N., Lang, J., Sanchez-Anguix, V., Serramia, M. (eds) PRIMA 2022: Principles and Practice of Multi-Agent Systems. PRIMA 2022. Lecture Notes in Computer Science(), vol 13753. Springer, Cham. https://doi.org/10.1007/978-3-031-21203-1_10

Download citation

  • DOI: https://doi.org/10.1007/978-3-031-21203-1_10

  • Published:

  • Publisher Name: Springer, Cham

  • Print ISBN: 978-3-031-21202-4

  • Online ISBN: 978-3-031-21203-1

  • eBook Packages: Computer ScienceComputer Science (R0)

Publish with us

Policies and ethics