MPLP: Massively Parallelized Lazy Planning - Robotics Institute Carnegie Mellon University

MPLP: Massively Parallelized Lazy Planning

Journal Article, IEEE Robotics and Automation Letters, Vol. 7, No. 3, March, 2022

Abstract

Lazy search algorithms have been developed to efficiently solve planning problems in domains where the computational effort is dominated by the cost of edge evaluation. The existing algorithms operate by intelligently balancing computational effort between searching the graph and evaluating edges. However, they are designed to run as a single process and do not leverage the multithreading capability of modern processors. In this work, we propose a massively parallelized, bounded suboptimal, lazy search algorithm (MPLP) that harnesses modern multi-core processors. In MPLP, searching of the graph and edge evaluations are performed completely asynchronously in parallel, leading to a drastic improvement in planning time. 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 robotic assembly task. We show that MPLP outperforms the state-of-the-art lazy search as well as parallel search algorithms.

BibTeX

@article{Mukherjee-2022-134335,
author = {Shohin Mukherjee, Sandip Aine, Maxim Likhachev},
title = {MPLP: Massively Parallelized Lazy Planning},
journal = {IEEE Robotics and Automation Letters},
year = {2022},
month = {March},
volume = {7},
number = {3},
}