The 1.2 version of LPG
(September 2003)
Download
of
LPG 1.2 (executable
and
source code)
Short description of LPG 1.2 (see also
available papers below)
LPG
(Local search for Planning Graphs) is a
planner
based on local search and planning graphs that handles PDDL2.1
domains
involving numerical quantities and durations. The system can
solve both
plan generation and plan adaptation problems. The basic
search
scheme
of LPG was inspired by Walksat, an efficient procedure to
solve
SAT-problems.
The search space of LPG consists of "action graphs",
particular
subgraphs
of the planning graph representing partial plans. The search
steps are
certain graph modifications transforming an action graph into
another
one.
LPG exploits a compact representation of the planning graph to
define
the
search neighborhood and to evaluate its elements using a
parametrized
function,
where the parameters weight different types of inconsistencies
in the
current
partial plan, and are dynamically evaluated during search
using
discrete
Lagrange multipliers.
The evaluation function uses some
heuristics
to estimate the "search cost" and the "execution cost" of
achieving a
(possibly numeric) precondition. Action durations and
numerical
quantities
(e.g., fuel consumption) are represented in the actions
graphs, and are
modeled in the evaluation function. In temporal domains,
actions are
ordered
using a "precedence graph" that is maintained during search,
and that
takes
into account the mutex relations of the planning graph.
The system can produce good quality plans
in
terms of one or more criteria. This is achieved by an anytime
process
producing
a sequence of plans, each of which is an improvement of the
previous
ones
in terms of its quality. LPG is integrated with a best-first
algorithm
similar to the one used by FF. The system can automatically
switch to
best-first
search after a certain number of search steps and "restarts"
have been
performed. Finally, LPG can be used as a preprocessor to
produce a
quasi-solution
that is then repaired by ADJ, a plan-analysis technique for
fast
plan-adaptation.
Experimental Results (3rd IPC test problems)
Color Plots and data showing the performance of LPG for all test problems of the planning competition. Notice that these are new results, improving the official results of the competition. Overall, the number of problems attempted in the new tests by our planner was 468 (over a total of 508 problems), and the success ratio was 94.4% (the problems attempted by LPG in the competition were 428 and the success ratio 87%), which by far the highest success ratio among the fully-automated planners of the competition
Performance
of LPG in Satellite HardNumeric:
Speed,
Quality
This domain was not addressed in the 3rd
IPC
because the current version of the system did not handle
maximization
of
plan metrics expressions. LPG is compared with FF and MIPS.
(Note that
we consider valid plans only those that are not empty). LPG
solves more
problems than the other planners and produces plans which have
a much
better
quality.
Performance of LPG's RelaxedPlan heuristics with and without counting "threats" in the relaxed plans. Details on these heuristics and this experiment are given in the JAIR paper: Color Plots.
Main papers related to LPG (from 1999)
Mauro Vallati, Chris Fawcett, Alfonso Gerevini, Holger Hoos, Alessandro Saetti, "Generating Fast Domain-Specific Planners by Automatically Configuring a Generic Parameterised Planner", Working notes of Twenty-First International Conference on Automated Planning & Scheduling (ICAPS-11) - Workshop on Planning and Learning, Freiburg (Germany), 2011.
Alfonso Gerevini, Alessandro Saetti, "An Interactive Tool for Plan Visualization, Inspection and Generation", Working notes of Twenty-First International Conference on Automated Planning & Scheduling (ICAPS-11) - Workshop on Knowledge Engineering for Planning and Scheduling, Freiburg (Germany), 2011.
Mauro Vallati, Chris Fawcett, Alfonso Gerevini, Holger Hoos, Alessandro Saetti, "ParLPG: Generating Domain-Specific Planners through Automatic Parameter Configuration in LPG", Working notes of Twenty-First International Conference on Automated Planning & Scheduling (ICAPS-11) - Seventh International Planning Competition, Freiburg (Germany), 2011.
Alfonso Gerevini, Alessandro Saetti, Ivan Serina, "Planning in Domains with Derived Predicates through Rule-Action Graphs and Local Search", Annals of Mathematics and Artificial Intelligence, volume 62(3), pp. 259-298, 2011. (bib entry)
Alfonso Gerevini, Alessandro Saetti, Ivan Serina, "An Empirical Analysis of Some Heuristic Features for Planning through Local Search and Action Graphs", Fundamenta Informaticae, volume 107, pp. 167-197, IOS Press, 2011. (bib entry)
Alfonso Gerevini, Alessandro Saetti, Ivan
Serina, "Temporal
Planning with Problems Requiring Concurrency through
Action Graphs and Local Search", Proceedings of
the Twentieth International Conference on Automated
Planning and Scheduling (ICAPS-10), AAAI Press,
Toronto (Canada), 2010. (bib
entry)
Alfonso Gerevini, Ugur Kuter, Dana S. Nau, Alessandro Saetti, Nathaniel Waisbrot, "Combining Domain-Independent Planning and HTN Planning: The Duet Planner", Proceedings of the 18th European Conference on Artificial Intelligence (ECAI-08), IOS Press, Patras (Grecia), 2008.
Alfonso Gerevini, Alessandro Saetti, "An Interactive Environment for Plan Visualization and Generation: InLPG", in 18th International Conference on Automated Planning & Scheduling (ICAPS-08), booklet of the ICAPS-08 system demo section, Sydney (Australia), 2008.
Alfonso Gerevini, Alessandro Saetti and
Ivan Serina, "
An Approach to Efficient Planning with Numerical Fluents
and Multi-Criteria Plan Quality", Artificial
Intelligence, volume 172(8-9), pp. 899-944, 2008. (bib entry)
Maria Fox, Alfonso Gerevini,
Derek Long and Ivan Serina, "Plan
Stability: Replanning versus Plan Repair", pp.
193-202,
Proceedings of the 16th International Conference on
Automated Planning
and Scheduling (ICAPS-06), 2006. (bib entry)
Alfonso Gerevini, Alessandro Saetti, Ivan Serina, Paolo Toninelli, " Fast Planning in Domains with Derived Predicates: An Approach Based on Rule-Action Graphs and Local Search ", in Proceedings of the Twentieth National Conference on Artificial Intelligence (AAAI-05), AAAI-Press, Pittsburgh, USA, 2005.
Alfonso Gerevini, Alessandro Saetti, Ivan Serina, " An Approach to Temporal Planning and Scheduling in Domains with Predicatable Exogenous Events", Journal of Artificial Intelligence Research (JAIR), volume 25, pp. 187-231, 2006.
Alfonso Gerevini, Alessandro Saetti, Ivan Serina, " Integrating Planning and Temporal Reasoning for Domains with Durations and Time Windows", in Proceedings of the Nineteenth International Joint Conference on Artificial Intelligence (IJCAI-05), IJCAI-Inc., Edinburgh, Scotland, UK, 2005.
Alfonso Gerevini, Alessandro Saetti, Ivan Serina, Paolo Toninelli, " Planning with Derived Predicates through Rule-Action Graphs and Relaxed-Plan Heuristics ", R.T. 2005-01-40, Università degli Studi di Brescia, Dipartimento di Elettronica per l Automazione. Brescia, Italy. 2005.
Alfonso Gerevini, Alessandro Saetti, Ivan Serina, "Planning with Numerical Expressions in LPG", in Proceedings of the 16th European Conference on Artificial Intelligence (ECAI-04), IOS-Press, Valencia, Spain, 2004.
LPG Team
Current members:
Alfonso E.
Gerevini , Alessandro
Saetti,
Ivan Serina,
and Mauro Vallati
Planning group coordinator: Alfonso E.
Gerevini
Undergraduate students (now graduated)
previously involved: Marco Lazzaroni,
Stefano Orlandi, Valerio Lorini, Fabrizio Morbini, Sergio
Spinoni,
Alberto Bettini, Paolo Toninelli, Fabrizio Bonfadini.
Programmer previouly involved:
Maurizio Vitale (for InLPG)