Multi-agent Planning for thermalling gliders using multi level graph-search
Muhammad Aneeq uz Zaman, Aamer Iqbal Bhatti

TL;DR
This paper introduces an optimal Branch&Bound graph search method for multi-agent path planning of thermalling gliders, improving efficiency over brute force approaches by maximizing interest points visited.
Contribution
The paper presents a novel Branch&Bound algorithm for multi-agent glider path planning, proven to be faster and optimal compared to brute force methods.
Findings
Branch&Bound approach outperforms brute force in speed
The method maximizes interest points visited by gliders
Proven optimality of the proposed algorithm
Abstract
This paper solves a path planning problem for a group of gliders. The gliders are tasked with visiting a set of interest points. The gliders have limited range but are able to increase their range by visiting special points called thermals. The problem addressed in this paper is of path planning for the gliders such that, the total number of interest points visited by the gliders is maximized. This is referred to as the multi-agent problem. The problem is solved by first decomposing it into several single-agent problems. In a single-agent problem a set of interest points are allocated to a single glider. This problem is solved by planning a path which maximizes the number of visited interest points from the allocated set. This is achieved through a uniform cost graph search, as shown in our earlier work. The multi-agent problem now consists of determining the best allocation (of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotic Path Planning Algorithms · Vehicle Routing Optimization Methods · Metaheuristic Optimization Algorithms Research
