Scalable Precomputed Search Trees
Manfred Lau, James Kuffner
Motion in Games, November 2010, pp. 70--81.
Abstract: The traditional A*-search method builds a search tree of potential solution paths during runtime. An alternative approach is to compute this search tree in advance, and then use it during runtime to efficiently find a solution. Recent work has shown the potential for this idea of precomputation. However, these previous methods do not scale to the memory and time needed for precomputing trees of a reasonable size. The focus of this paper is to take a given set of actions from a navigation scenario, and precompute a search tree that can scale to large planning problems. We show that this precomputation approach can be used to efficiently generate the motions for virtual human-like characters navigating in large environments such as those in games and films. We precompute a search tree incrementally and use a density metric to scatter the paths of the tree evenly among the region we want to build the tree in. We experimentally compare our algorithm with some recent methods for building trees with diversified paths. We also compare our method with traditional A*-search approaches. Our main advantage is a significantly faster runtime, and we show and describe the tradeoffs that we make to achieve this runtime speedup.
Article URL: http://dx.doi.org/10.1007/978-3-642-16958-8_8
BibTeX format:
@incollection{Lau:2010:SPS,
  author = {Manfred Lau and James Kuffner},
  title = {Scalable Precomputed Search Trees},
  booktitle = {Motion in Games},
  pages = {70--81},
  month = nov,
  year = {2010},
}
Search for more articles by Manfred Lau.
Search for more articles by James Kuffner.

Return to the search page.


graphbib: Powered by "bibsql" and "SQLite3."