LRTA*(k)

Abstract

LRTA* is a real-time heuristic search algorithm widely used. In each iteration it updates the heuristic estimate of the current state. Here we present LRTA*(k), a new LRTA*-based algorithm that is able to update the heuristic estimates of up to k states, not necessarily distinct. Based on bounded propagation, this updating strategy maintains heuristic admissibility, so the new algorithm keeps the good theoretical properties of LRTA*. Experimentally, we show that LRTA*(k) produces better solutions in the first trial and converges faster when compared with other state-of-the-art algorithms on benchmarks for real-time search.

Cite

Text

Hernández and Meseguer. "LRTA*(k)." International Joint Conference on Artificial Intelligence, 2005.

Markdown

[Hernández and Meseguer. "LRTA*(k)." International Joint Conference on Artificial Intelligence, 2005.](https://mlanthology.org/ijcai/2005/hernandez2005ijcai-lrta/)

BibTeX

@inproceedings{hernandez2005ijcai-lrta,
  title     = {{LRTA*(k)}},
  author    = {Hernández, Carlos and Meseguer, Pedro},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2005},
  pages     = {1238-1243},
  url       = {https://mlanthology.org/ijcai/2005/hernandez2005ijcai-lrta/}
}