paper-with-me

홈 › Papers

Greedy Heuristics for Sampling-Based Motion Planning in High-Dimensional State Spaces

2024-05-06 · Phone Thiha Kyaw, Anh Vu Le, Rajesh Elara Mohan, Jonathan Kelly arxiv

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 most promising regions of the search space. Experiments on abstract planning benchmarks, manipulation tasks from the MotionBenchMaker dataset, and a dual-arm Barrett WAM problem demonstrate that G-RRT* rapidly finds initial solutions and converges asymptotically to optimal paths, outperforming state-of-the-art sampling-based planners.

📄 PDF Abstract BibTeX arXiv:2405.03411

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Efficient Sampling in POMDPs with Lipschitz Bandits for Motion Planning in Continuous Spaces

2021-06-08 · Ömer Şahin Taş, Felix Hauser, Martin Lauer

Decision making under uncertainty can be framed as a partially observable Markov decision process (POMDP). Finding exact solutions of POMDPs is generally computationally intractable, but the solution can be approximated …

Decision MakingDecision Making Under UncertaintyMotion Planning

Classical Planning with LLM-Generated Heuristics: Challenging the State of the Art with Python Code

2025-03-24 · Augusto B. Corrêa, André G. Pereira, Jendrik Seipp

In recent years, large language models (LLMs) have shown remarkable capabilities in various artificial intelligence problems. However, they fail to plan reliably, even when prompted with a detailed definition of the plan…

C++ code

Evaluating Guiding Spaces for Motion Planning

2022-10-16 · Amnon Attali, Stav Ashur, Isaac Burton Love, Courtney McBeth 외

Randomized sampling based algorithms are widely used in robot motion planning due to the problem's intractability, and are experimentally effective on a wide range of problem instances. Most variants do not sample unifor…

Motion Planning

Learning to Rank for Synthesizing Planning Heuristics

2016-08-03 · Caelan Reed Garrett, Leslie Pack Kaelbling, Tomas Lozano-Perez

We investigate learning heuristics for domain-specific planning. Prior work framed learning a heuristic as an ordinary regression problem. However, in a greedy best-first search, the ordering of states induced by a heuri…

Learning-To-Rankregression

Deeply Informed Neural Sampling for Robot Motion Planning

2018-09-26 · Ahmed H. Qureshi, Michael C. Yip

Sampling-based Motion Planners (SMPs) have become increasingly popular as they provide collision-free path solutions regardless of obstacle geometry in a given environment. However, their computational complexity increas…

Motion Planning