Parallel A* for Planning with Time-consuming State Expansions - Robotics Institute Carnegie Mellon University

Parallel A* for Planning with Time-consuming State Expansions

Mike Phillips, Sven Koenig, and Maxim Likhachev
Conference Paper, Proceedings of 24th International Conference on Automated Planning and Scheduling (ICAPS '14), June, 2014

Abstract

Planners need to become faster as we seek to tackle increasingly complicated problems. Much of the recent improvements in computer speed is due to multi-core processors. For planners to take advantage of these types of architectures, we must adapt algorithms for parallel processing. There are a number of planning domains where state expansions are slow. One example is robot motion planning, where most of the time is devoted to collision checking. In this work, we present PA*SE, a novel, parallel version of A* (and weighted A*) which parallelizes state expansions by taking advantage of this property. While getting close to a linear speedup in the number of cores, we still preserve completeness and optimality of A* (bounded sub-optimality of weighted A*). PA*SE applies to any planning problem in which significant time is spent on generating successor states and computing transition costs. We present experimental results on a robot navigation domain (x,y,heading) which requires expensive 3D collision checking for the PR2 robot. We also provide an in-depth analysis of the algorithm’s performance on a 2D navigation problem as we vary the number of cores (up to 32) as well as the time it takes to collision check successors during state expansions.

BibTeX

@conference{Phillips-2014-109531,
author = {Mike Phillips and Sven Koenig and Maxim Likhachev},
title = {Parallel A* for Planning with Time-consuming State Expansions},
booktitle = {Proceedings of 24th International Conference on Automated Planning and Scheduling (ICAPS '14)},
year = {2014},
month = {June},
}