GCS*: Forward Heuristic Search on Implicit Graphs of Convex Sets

要約

凸集合グラフ (GCS) 上の最短経路問題に対する大規模な陰的探索ベースの解決策を検討します。
我々は、A* 検索を GCS 設定に一般化する前方ヒューリスティック検索アルゴリズムである GCS* を提案します。GCS* では、グラフの各頂点で連続値の決定が行われ、グラフのエッジにわたる制約がこれらの決定を結び付け、コストと実現可能性に影響を与えます。
このような離散と連続の混合計画は、障害物周囲の動作計画や接触を通じた計画など、多くの領域で必要とされます。
この設定は、最良優先探索アルゴリズムに特有の課題をもたらします。つまり、パスのコストと実現可能性は、パス全体に沿って選択された連続値の点に依存します。
終端頂点全体にわたってコストが支配的なパスを枝刈りすることで、GCS* がコストの最適性と完全性を保証しながら効率的に検索できることを示します。
満足のいく解決策を迅速に見つけるために、到達可能性が支配的なパスの代わりに枝刈りを行う、完全ではあるが次善のバリエーションも提示します。
これらのチェックは、多面体封じ込めまたはサンプリングベースの方法を使用して実装されます。
サンプリングベースの実装は確率的に完全で、漸近的にコストが最適化され、実際には最小限のサンプルでも効果的に実行されます。
私たちは、接触モードの組み合わせ爆発により従来の方法が扱いにくくなる平面押しタスクで GCS* を実証し、最先端の方法と比較して有利に機能することを示しました。
プロジェクトウェブサイト:https://shaoyuan.cc/research/gcs-star/

要約(オリジナル)

We consider large-scale, implicit-search-based solutions to the Shortest Path Problems on Graphs of Convex Sets (GCS). We propose GCS*, a forward heuristic search algorithm that generalizes A* search to the GCS setting, where a continuous-valued decision is made at each graph vertex, and constraints across graph edges couple these decisions, influencing costs and feasibility. Such mixed discrete-continuous planning is needed in many domains, including motion planning around obstacles and planning through contact. This setting provides a unique challenge for best-first search algorithms: the cost and feasibility of a path depend on continuous-valued points chosen along the entire path. We show that by pruning paths that are cost-dominated over their entire terminal vertex, GCS* can search efficiently while still guaranteeing cost optimality and completeness. To find satisficing solutions quickly, we also present a complete but suboptimal variation, pruning instead reachability-dominated paths. We implement these checks using polyhedral-containment or sampling-based methods. The sampling-based implementation is probabilistically complete and asymptotically cost optimal, and performs effectively even with minimal samples in practice. We demonstrate GCS* on planar pushing tasks where the combinatorial explosion of contact modes renders prior methods intractable and show it performs favorably compared to the state-of-the-art. Project website: https://shaoyuan.cc/research/gcs-star/

arxiv情報

著者 Shao Yuan Chew Chia,Rebecca H. Jiang,Bernhard Paus Graesdal,Leslie Pack Kaelbling,Russ Tedrake
発行日 2024-07-11 20:15:00+00:00
arxivサイト arxiv_id(pdf)

提供元, 利用サービス

arxiv.jp, Google

カテゴリー: cs.RO パーマリンク