# Generalized Lazy Search for Robot Motion Planning: Interleaving Search   and Edge Evaluation via Event-based Toggles

**Authors:** Aditya Mandalika, Sanjiban Choudhury, Oren Salzman, Siddhartha, Srinivasa

arXiv: 1904.02795 · 2019-07-24

## TL;DR

This paper introduces Generalized Lazy Search (GLS), a framework that dynamically balances search and edge evaluation to improve robotic motion planning efficiency, outperforming existing methods like LazySP especially in complex environments.

## Contribution

The paper presents GLS, a novel framework that interleaves search and evaluation using event-based toggles, and incorporates prior edge probability knowledge to optimize planning time.

## Key findings

- GLS outperforms LazySP in simulated environments.
- Incorporating edge priors reduces planning time.
- GLS is provably more efficient with certain toggle strategies.

## Abstract

Lazy search algorithms can efficiently solve problems where edge evaluation is the bottleneck in computation, as is the case for robotic motion planning. The optimal algorithm in this class, LazySP, lazily restricts edge evaluation to only the shortest path. Doing so comes at the expense of search effort, i.e., LazySP must recompute the search tree every time an edge is found to be invalid. This becomes prohibitively expensive when dealing with large graphs or highly cluttered environments. Our key insight is the need to balance both edge evaluation and search effort to minimize the total planning time. Our contribution is two-fold. First, we propose a framework, Generalized Lazy Search (GLS), that seamlessly toggles between search and evaluation to prevent wasted efforts. We show that for a choice of toggle, GLS is provably more efficient than LazySP. Second, we leverage prior experience of edge probabilities to derive GLS policies that minimize expected planning time. We show that GLS equipped with such priors significantly outperforms competitive baselines for many simulated environments in R2, SE(2) and 7-DoF manipulation.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.02795/full.md

## Figures

22 figures with captions in the complete paper: https://tomesphere.com/paper/1904.02795/full.md

## References

36 references — full list in the complete paper: https://tomesphere.com/paper/1904.02795/full.md

---
Source: https://tomesphere.com/paper/1904.02795