LAO∗: A heuristic search algorithm that finds solutions with loops

作者:

摘要

Classic heuristic search algorithms can find solutions that take the form of a simple path (A∗), a tree, or an acyclic graph (AO∗). In this paper, we describe a novel generalization of heuristic search, called LAO∗, that can find solutions with loops. We show that LAO∗ can be used to solve Markov decision problems and that it shares the advantage heuristic search has over dynamic programming for other classes of problems. Given a start state, it can find an optimal solution without evaluating the entire state space.

论文关键词:Heuristic search,Dynamic programming,Markov decision problems

论文评审过程:Received 15 February 2000, Revised 8 March 2001, Available online 10 December 2001.

论文官网地址:https://doi.org/10.1016/S0004-3702(01)00106-0