Reproducing the concept of ordered landmarks in planning
The effect of ordered landmarks on plan length in forward search
P.B. Tervoort (TU Delft - Electrical Engineering, Mathematics and Computer Science)
I.K. Hanou – Mentor (TU Delft - Algorithmics)
Sebastijan Dumančić – Mentor (TU Delft - Algorithmics)
Luis Cruz – Graduation committee member (TU Delft - Software Engineering)
More Info
expand_more
Other than for strictly personal use, it is not permitted to download, forward or distribute the text or part of it, without the consent of the author(s) and/or copyright holder(s), unless the work is under an open content license such as Creative Commons.
Abstract
A lot of research has been conducted to make the task of plan generation more efficient. One idea to do so is the use of landmarks, which are sub-goals that must be true in every solution to the problem. The approximation of landmarks has a lower complexity than solving the task itself, and they can be used to guide the planner in the right direction.
In previous work, ideas to order landmarks are proposed and compared to algorithms that do not use them. We verify if this comparison is fair by testing both algorithms implemented in the same language and framework. In our experiment not many problem instances finish in time, but those that do are in line with previous experiments in that on average planners using landmarks produce longer solutions than planners that do not use them.