This page presents a list of planners Tim Fluharty is researching in order to understand the types of architectural components that are typically present in planners. See here for a page organized by components. Currently the research is focused on planners that use some heuristic to guide search through state-space.
Disclaimer: This page is for the author's benefit and not meant to be used for comparing or assessing planners. Summary descriptions of the planners, source code, and shortcomings may be inaccurate or the result of improper installation/execution. Summary descriptions may also be lifted from web pages and papers. Please e-mail corrections to the author. Wherever possible links to the planners, authors, and reference papers will be provided.
Each planner is summarized by the same features that are organized in tables. What is entailed in some of the non-obvious features is summarized here.Automated or hand-coded | This distinction was made in 2000 and 2002 competitions. Hand-coded planners will likely be omitted from Bus and not researched as thoroughly. |
Versions | Reports on changes for each version of the planner.
Within each version the following will be reported (if
applicable or if it changes from previous version).
|
Related planners | Conceptually related planners or planners with code that the planner borrowed/adapted. |
Added to Bus? | What version is present in Bus (the metaplanner described here Reference) |
Interesting Results | Any domain or problem-specific results that may shed light on the research. |
Alphabetical | By Competitions |
AltAlt
GRT STAN |
1998
STAN 2000 AltAlt GRT STAN (Version 4) |
AltAlt (A Little of This and a Little of That) Website |
|
Authors | |
Automated or Hand-coded | Automated |
Brief summary | AltAlt combines STAN's code that has a more efficient implementation of Graphplan and HSP-r's code to perform regression search. |
Versions |
|
Related planners | |
Interesting Results | |
Added to Bus? | Yes |
References |
|
GRT (Greedy Regression Tables) Website |
|
Authors | |
Automated or hand-coded | GRT competed in both the automated and hand-coded divisions in the 2000 competition. |
Classification | Heuristic state space planner. Results of regressive heuristic calculated once and stored. Forward best-first search. |
Brief summary | |
Versions |
|
Related planners | Similar to other heuristic planners such as HSP and its precursor ASP. Also, GRT is an extension of an earlier planner by the same authors called SSPOP. |
Interesting Results | |
Added to Bus? | No |
References |
|
STAN Website |
|
Authors | |
Automated or hand-coded | Automated |
Brief summary | STAN is a Graphplan style planner that has a more efficient way of constructing the planning graph. Searching beyond the fix point of the graph is also improved with the "wave front" mechanism. STAN also uses the TIM module to look for type structures and resource invariants. |
Versions |
|
Related planners | |
Interesting Results | |
Added to Bus? | Version 4 |
References | "Efficient Implementation of the Plan Graph in STAN." Reference |