Real-Time Heuristic Search: First Results

Abstract

Existing heuristic search algorithms are not applicable to real-time applications because they cannot commit to a move before an entire solution is found. We present a special case of minimax lookahead search to handle this problem, and an analog of alpha-beta pruning that significantly improves the efficiency of the algorithm. In addition, we present a new algorithm, called R.ea1-Time-A *, for searching when actions must actually be executed, as opposed to merely simulated. Finally, we examine the nature of the tradeoff between computation and execution cost.

Cite

Text

Korf. "Real-Time Heuristic Search: First Results." AAAI Conference on Artificial Intelligence, 1987.

Markdown

[Korf. "Real-Time Heuristic Search: First Results." AAAI Conference on Artificial Intelligence, 1987.](https://mlanthology.org/aaai/1987/korf1987aaai-real/)

BibTeX

@inproceedings{korf1987aaai-real,
  title     = {{Real-Time Heuristic Search: First Results}},
  author    = {Korf, Richard E.},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {1987},
  pages     = {133-138},
  url       = {https://mlanthology.org/aaai/1987/korf1987aaai-real/}
}