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…
☆128Dec 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. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Implementation of different versions of Safe Interval Path Planning algorithm that can find bounded-suboptimal solutions.☆34Nov 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…☆271May 30, 2025Updated last year
- C++ implementation of CBS with using SIPP as a low-level planner☆11Nov 27, 2018Updated 7 years ago
- Anytime Multi-Agent Path Finding via Large-Neighborhood Search☆75May 9, 2024Updated 2 years ago
- Time-Independent Planning for Multiple Moving Agents (AAAI-21)☆15Mar 16, 2023Updated 3 years ago
- Deploy open-source AI quickly and easily - Special Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- Priority Inheritance with Backtracking for Iterative Multi-agent Path Finding (IJCAI-19)☆43Nov 23, 2021Updated 4 years ago
- Priority Inheritance with Backtracking for Iterative Multi-agent Path Finding (AIJ-22)☆116Apr 14, 2025Updated last year
- An efficient solver for lifelong Multi-Agent Path Finding☆216Dec 17, 2024Updated last year
- naive implementations of Multi-Agent Path Finding algorithms☆15Sep 4, 2025Updated last year
- Safe Interval Path Planning with Intervals Projection (SIPP-IP) - a SIPP-based planner capable of handling non-instantaneous acceleration…☆20Dec 1, 2022Updated 3 years ago
- Library with search algorithms for task and path planning for multi robot/agent systems☆1,037Aug 10, 2023Updated 3 years ago
- An optimal MAPF sovler: CBS+prioritizing conflicts+bypassing+high-level heuritstics+symmetry reasoning☆138Jul 24, 2024Updated 2 years ago
- Codes for paper Integrated Task Assignment and Path Planning forCapacitated Multi-Agent Pickup and Delivery☆52Jul 30, 2022Updated 4 years ago
- LaCAM: Search-Based Algorithm for Quick Multi-Agent Pathfinding (AAAI-23)☆82Aug 22, 2025Updated last year
- Open source password manager - Proton Pass • AdSecurely store, share, and autofill your credentials with Proton Pass, the end-to-end encrypted password manager trusted by millions.
- Time-Optimal Any-Angle Safe Interval Path Planning☆11Mar 13, 2021Updated 5 years ago
- ☆58Apr 28, 2025Updated last year
- An Efficient Multi-Agent Path Finding Solver for Car-Like Robots☆417Jul 31, 2023Updated 3 years ago
- Code for bachelor thesis about Multi-Agent Path Finding☆17Apr 29, 2018Updated 8 years ago
- Prioritized Multi-Agent Path Finding using Safe Interval Path Planning (SIPP) and modifications