AIJan 16, 2014

The LAMA Planner: Guiding Cost-Based Anytime Planning with Landmarks

arXiv:1401.3839v140.1787 citations
Originality Incremental advance
AI Analysis

This work addresses efficient satisficing planning for AI systems, but it is incremental as it builds on existing methods like Fast Downward and FF heuristic.

The paper tackles the problem of improving classical planning performance by integrating landmark-based heuristics with cost-sensitive search, showing that LAMA achieved best performance in the 2008 International Planning Competition but found that incorporating action costs into heuristics was not beneficial.

LAMA is a classical planning system based on heuristic forward search. Its core feature is the use of a pseudo-heuristic derived from landmarks, propositional formulas that must be true in every solution of a planning task. LAMA builds on the Fast Downward planning system, using finite-domain rather than binary state variables and multi-heuristic search. The latter is employed to combine the landmark heuristic with a variant of the well-known FF heuristic. Both heuristics are cost-sensitive, focusing on high-quality solutions in the case where actions have non-uniform cost. A weighted A* search is used with iteratively decreasing weights, so that the planner continues to search for plans of better quality until the search is terminated. LAMA showed best performance among all planners in the sequential satisficing track of the International Planning Competition 2008. In this paper we present the system in detail and investigate which features of LAMA are crucial for its performance. We present individual results for some of the domains used at the competition, demonstrating good and bad cases for the techniques implemented in LAMA. Overall, we find that using landmarks improves performance, whereas the incorporation of action costs into the heuristic estimators proves not to be beneficial. We show that in some domains a search that ignores cost solves far more problems, raising the question of how to deal with action costs more effectively in the future. The iterated weighted A* search greatly improves results, and shows synergy effects with the use of landmarks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes