2020
DOI: 10.1609/aaai.v34i06.6552
|View full text |Cite
|
Sign up to set email alerts
|

Symbolic Top-k Planning

Abstract: The objective of top-k planning is to determine a set of k different plans with lowest cost for a given planning task. In practice, such a set of best plans can be preferred to a single best plan generated by ordinary optimal planners, as it allows the user to choose between different alternatives and thus take into account preferences that may be difficult to model. In this paper we show that, in general, the decision problem version of top-k planning is PSPACE-complete, as is the decision problem version of … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
15
0

Year Published

2021
2021
2024
2024

Publication Types

Select...
4
2
1
1

Relationship

2
6

Authors

Journals

citations
Cited by 17 publications
(27 citation statements)
references
References 24 publications
0
15
0
Order By: Relevance
“…be realized using Top-k planners (see e.g. Speck, Mattmüller, and Nebel (2020)). However, the incompleteness is not a problem on the 2020 IPC benchmark set.…”
Section: Methodsmentioning
confidence: 99%
“…be realized using Top-k planners (see e.g. Speck, Mattmüller, and Nebel (2020)). However, the incompleteness is not a problem on the 2020 IPC benchmark set.…”
Section: Methodsmentioning
confidence: 99%
“…We run a forward symbolic blind search [Torralba et al, 2017, Speck et al, 2020a using Binary Decision Diagrams [Bryant, 1986] as the underlying data structure. The symbolic planner we use is SymK [Speck et al, 2020b], which uses CUDD [Somenzi, 2015] as its decision diagram library. This algorithm is optimal, sound, and complete, i.e., if it reports a plan, this is a shortest plan, if it reports unsolvability, the task is indeed unsolvable, and given sufficient resources, it will eventually find a shortest plan.…”
Section: Symbolic Searchmentioning
confidence: 99%
“…We run a modified forward symbolic blind search based on an algorithm called SymK-LL [von Tschammer et al, 2022], implemented in the symbolic planner SymK [Speck et al, 2020b], which iteratively finds and generates all loopless plans of a given task. However, we have made the following two major adjustments to solve the problem of finding the longest loopless plan feasible.…”
Section: Symbolic Top-k Searchmentioning
confidence: 99%
“…// t has empty method 5 if x = x and I = ∅ then return true bolic planners (Torralba 2015;Speck, Mattmüller, and Nebel 2020): backwards search from the goal while using the constructed data structures as a heuristic. In classical planning, we have constructed the perfect heuristic h * making this search efficient.…”
Section: Algorithm Autosymmentioning
confidence: 99%