Incremental Heuristic Search in Games: The Quest for Speed - Robotics Institute Carnegie Mellon University

Incremental Heuristic Search in Games: The Quest for Speed

Maxim Likhachev and Sven Koenig
Miscellaneous, 2nd AAAI Conference on Artificial Intelligence and Interactive Digital Entertainment (AIIDE '06), Poster Abstract, pp. 118 - 120, June, 2006

Abstract

Robot path-planning methods can be used in real-time computer games but then need to run fast to ensure that the game characters move in real time, an issue addressed by incremental heuristic search methods. In this paper, we demonstrate how one can speed up D* Lite, an incremental heuristic search method that implements planning with the freespace assumption to move game characters in initially unknown or partially unknown terrain to given goal coordinates. We speed up D* Lite by implementing its priority queue with buckets rather than a binary heap. This non-trivial change reduces its runtime by a factor of two and effectively doubles the number of game characters that real-time computer games can afford.

BibTeX

@misc{Likhachev-2006-109751,
author = {Maxim Likhachev and Sven Koenig},
title = {Incremental Heuristic Search in Games: The Quest for Speed},
booktitle = {2nd AAAI Conference on Artificial Intelligence and Interactive Digital Entertainment (AIIDE '06), Poster Abstract},
month = {June},
year = {2006},
pages = {118 - 120},
}