Computer Science > Artificial Intelligence
[Submitted on 16 Oct 2018 (v1), revised 2 Dec 2018 (this version, v2), latest version 16 Mar 2019 (v3)]
Title:Finding Options that Minimize Planning Time
View PDFAbstract:While adding temporally abstract actions, or options, to an agent's action repertoire can often accelerate learning and planning, existing approaches for determining which specific options to add are largely heuristic. We aim to formalize the problem of selecting the optimal set of options for planning. Specifically we consider a problem of computing the smallest set of options so that planning converges in less than a given maximum of $\ell$ value-iteration passes. We first show that the problem is not only NP-hard, but also $2^{\log^{1 - \epsilon} n}$-hard to approximate in general unless $NP \subseteq DTIME(n^{poly \log n})$, and $O(\log n)$-hard to approximate even if the task is constrained to be deterministic. We present an polynomial time approximation algorithm for computing the optimal options for tasks with bounded return and goal states. The algorithm has bounded suboptimalty of $O(n)$ in general and $O(\log n)$ for deterministic task. We also analyze the complementary problem of finding the set of $k$ options that minimize the number of value-iteration passes until convergence and showed it is NP-hard and show a polynomial time approximation algorithm. Finally, we empirically evaluate its performance against both the optimal options and a representative collection of heuristic approaches in simple grid-based domains including the classic four rooms problem.
Submission history
From: Yuu Jinnai [view email][v1] Tue, 16 Oct 2018 23:24:18 UTC (311 KB)
[v2] Sun, 2 Dec 2018 19:04:14 UTC (316 KB)
[v3] Sat, 16 Mar 2019 20:08:18 UTC (318 KB)
References & Citations
Bibliographic and Citation Tools
Bibliographic Explorer (What is the Explorer?)
Connected Papers (What is Connected Papers?)
Litmaps (What is Litmaps?)
scite Smart Citations (What are Smart Citations?)
Code, Data and Media Associated with this Article
alphaXiv (What is alphaXiv?)
CatalyzeX Code Finder for Papers (What is CatalyzeX?)
DagsHub (What is DagsHub?)
Gotit.pub (What is GotitPub?)
Hugging Face (What is Huggingface?)
Papers with Code (What is Papers with Code?)
ScienceCast (What is ScienceCast?)
Demos
Recommenders and Search Tools
Influence Flower (What are Influence Flowers?)
CORE Recommender (What is CORE?)
arXivLabs: experimental projects with community collaborators
arXivLabs is a framework that allows collaborators to develop and share new arXiv features directly on our website.
Both individuals and organizations that work with arXivLabs have embraced and accepted our values of openness, community, excellence, and user data privacy. arXiv is committed to these values and only works with partners that adhere to them.
Have an idea for a project that will add value for arXiv's community? Learn more about arXivLabs.