Greedy Heuristics for Sampling-Based Motion Planning in High-Dimensional State Spaces
Phone Thiha Kyaw, Anh Vu Le, Rajesh Elara Mohan, Jonathan Kelly

TL;DR
This paper introduces G-RRT*, a bi-directional sampling-based motion planner that uses greedy informed sets to efficiently focus sampling in promising regions, leading to faster initial solutions and better convergence in high-dimensional spaces.
Contribution
The paper formally characterizes greedy informed sets within RRT*-like planners and develops G-RRT*, a novel bi-directional algorithm leveraging this concept for improved performance.
Findings
G-RRT* finds initial solutions rapidly.
G-RRT* converges asymptotically to optimal paths.
G-RRT* outperforms state-of-the-art planners in benchmarks.
Abstract
Informed sampling techniques accelerate the convergence of sampling-based motion planners by biasing sampling toward regions of the state space that are most likely to yield better solutions. However, when the current solution path contains redundant or tortuous segments, the resulting informed subset may remain unnecessarily large, slowing convergence. Our prior work addressed this issue by introducing the greedy informed set, which reduces the sampling region based on the maximum heuristic cost along the current solution path. In this article, we formally characterize the behavior of the greedy informed set within Rapidly-exploring Random Tree (RRT*)-like planners and analyze how greedy sampling affects exploration and asymptotic optimality. We then present Greedy RRT* (G-RRT*), a bi-directional anytime variant of RRT* that leverages the greedy informed set to focus sampling in the…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Algorithms · Robot Manipulation and Learning · Robotic Path Planning Algorithms
