Algorithm for prioritized multi-agent path finding (MAPF) in grid-worlds. Moves into arbitrary directions are allowed (each agent is allowed to follow any-angle path on the grid). Timeline is continuous, i.e. action durations are not explicitly discretized into timesteps. Different agents' size and moving speed are supported. Planning is carried…
☆124Dec 5, 2021Updated 4 years ago
Alternatives and similar repositories for AA-SIPP-m
Users that are interested in AA-SIPP-m are comparing it to the libraries listed below
Sorting:
- Implementation of different versions of Safe Interval Path Planning algorithm that can find bounded-suboptimal solutions.☆33Nov 2, 2021Updated 4 years ago
- Continuous CBS - a modification of conflict based search algorithm, that allows to perform actions (move, wait) of arbitrary duration. Ti…☆259May 30, 2025Updated 9 months ago
- Anytime Multi-Agent Path Finding via Large-Neighborhood Search☆73May 9, 2024Updated last year
- C++ implementation of CBS with using SIPP as a low-level planner☆10Nov 27, 2018Updated 7 years ago
- Time-Independent Planning for Multiple Moving Agents (AAAI-21)☆15Mar 16, 2023Updated 3 years ago
- Priority Inheritance with Backtracking for Iterative Multi-agent Path Finding (AIJ-22)☆98Apr 14, 2025Updated 11 months ago
- An efficient solver for lifelong Multi-Agent Path Finding☆195Dec 17, 2024Updated last year
- Priority Inheritance with Backtracking for Iterative Multi-agent Path Finding (IJCAI-19)☆42Nov 23, 2021Updated 4 years ago
- Safe Interval Path Planning with Intervals Projection (SIPP-IP) - a SIPP-based planner capable of handling non-instantaneous acceleration…