首页 /研究 /ePA*SE: Edge-Based Parallel A* for Slow Evaluations
OTHER

ePA*SE: Edge-Based Parallel A* for Slow Evaluations

Shohin Mukherjee, Sandip Aine, Maxim Likhachev

发表年份
2022
引用次数
9
访问权限
开放获取

摘要

Parallel search algorithms harness the multithreading capability of modern processors to achieve faster planning. One such algorithm is PA*SE (Parallel A* for Slow Expansions), which parallelizes state expansions to achieve faster planning in domains where state expansions are slow. In this work, we propose ePA*SE (Edge-Based Parallel A* for Slow Evaluations) that improves on PA*SE by parallelizing edge evaluations instead of state expansions. This makes ePA*SE more efficient in domains where edge evaluations are expensive and need varying amounts of computational effort, which is often the case in robotics. On the theoretical front, we show that ePA*SE provides rigorous optimality guarantees. In addition, ePA*SE can be trivially extended to handle an inflation weight on the heuristic resulting in a bounded suboptimal algorithm w-ePA*SE (Weighted ePA*SE) that trades off optimality for faster planning. On the experimental front, we validate the proposed algorithm in two different planning domains: 1) motion planning for 3D humanoid navigation and 2) task and motion planning for a dual-arm robotic assembly task. We show that ePA*SE can be significantly more efficient than PA*SE and other alternatives. The open-source code for ePA*SE along with the baselines is available here: https://github.com/shohinm/parallel_search

关键词

Task (project management)Computer scienceEnhanced Data Rates for GSM EvolutionBounded functionHeuristicState (computer science)Mathematical optimizationParallel computingMotion planningHeuristics

相关论文

查看 OTHER 分类全部论文