Predicting optimal solution costs with bidirectional stratified sampling in regular search spaces

作者:

摘要

Optimal planning and heuristic search systems solve state-space search problems by finding a least-cost path from start to goal. As a byproduct of having an optimal path they also determine the optimal solution cost. In this paper we focus on the problem of determining the optimal solution cost for a state-space search problem directly, i.e., without actually finding a solution path of that cost. We present an algorithm, BiSS, which is a hybrid of bidirectional search and stratified sampling that produces accurate estimates of the optimal solution cost. BiSS is guaranteed to return the optimal solution cost in the limit as the sample size goes to infinity. We show empirically that BiSS produces accurate predictions in several domains. In addition, we show that BiSS scales to state spaces much larger than can be solved optimally. In particular, we estimate the average solution cost for the 6×6, 7×7, and 8×8 Sliding-Tile puzzle and provide indirect evidence that these estimates are accurate. As a practical application of BiSS, we show how to use its predictions to reduce the time required by another system to learn strong heuristic functions from days to minutes in the domains tested.

论文关键词:Heuristic search,Solution cost prediction,Stratified sampling,Type systems,Learning heuristic functions

论文评审过程:Received 1 September 2014, Revised 7 September 2015, Accepted 29 September 2015, Available online 3 October 2015, Version of Record 22 October 2015.

论文官网地址:https://doi.org/10.1016/j.artint.2015.09.012