paper-with-me

홈 › Papers

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

2014-01-16 · Silvia Richter, Matthias Westphal

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.

📄 PDF Abstract BibTeX arXiv:1401.3839

Code (0)

등록된 구현이 없습니다.

Tasks

Heuristic Search

Similar Papers 제목 키워드 기반

Anytime Global Tensor Motion Planning

2026-08-26 · Sai Coumar, An T. Le, Zachary Kingston arxiv

Global Tensor Motion Planning (GTMP) solves motion planning with batched tensor operations over a layered multipartite graph. We generalize GTMP so that adjacent-layer edges are realized by any black-box local planner (e…

Motion Planning

Estimated Informed Anytime Search for Sampling-Based Planning via Adaptive Sampler

2025-08-29 · Liding Zhang, Kuanqi Cai, Yu Zhang, Zhenshan Bing 외 arxiv

Path planning in robotics often involves solving continuously valued, high-dimensional problems. Popular informed approaches include graph-based searches, such as A*, and sampling-based methods, such as Informed RRT*, wh…

Robot Manipulation

Neural Weighted A*: Learning Graph Costs and Heuristics with Differentiable Anytime A*

2021-05-04 · Alberto Archetti, Marco Cannici, Matteo Matteucci

Recently, the trend of incorporating differentiable algorithms into deep learning architectures arose in machine learning research, as the fusion of neural layers and algorithmic layers has been beneficial for handling c…

Optimal Kinodynamic Motion Planning Through Anytime Bidirectional Heuristic Search with Tight Termination Condition

2026-04-13 · Yi Wang, Bingxian Mu, Shahab Shokouhi, May-Win Thein arxiv

This paper introduces Bidirectional Tight Informed Trees (BTIT*), an asymptotically optimal kinodynamic sampling-based motion planning algorithm that integrates an anytime bidirectional heuristic search (Bi-HS) and ensur…

Motion Planning

Cost-Optimal Algorithms for Planning with Procedural Control Knowledge

2016-07-06 · Vikas Shivashankar, Ron Alford, Mark Roberts, David W. Aha

There is an impressive body of work on developing heuristics and other reasoning algorithms to guide search in optimal and anytime planning algorithms for classical planning. However, very little effort has been directed…