Envelope-Based Approaches to Real-Time Heuristic Search

Abstract

In real-time heuristic search, the planner must return the next action for the agent within a pre-specified time bound. Many algorithms for this setting are ‘agent-centered’ in that, at every iteration, they only expand states near the agent's current state, discarding the search frontier afterwards. In this paper, we investigate the alternative paradigm in which the search expands a single ever-growing envelope of states. Previous work on envelope-based methods restricts the agent to move along the generated search tree. We propose a more flexible approach in which an auxiliary search is performed within the envelope to guide the agent toward a promising frontier node. Experimental results indicate that intra-envelope search is beneficial in state spaces that are highly interconnected, such as those for grid pathfinding.

Cite

Text

Gall et al. "Envelope-Based Approaches to Real-Time Heuristic Search." AAAI Conference on Artificial Intelligence, 2020. doi:10.1609/AAAI.V34I03.5614

Markdown

[Gall et al. "Envelope-Based Approaches to Real-Time Heuristic Search." AAAI Conference on Artificial Intelligence, 2020.](https://mlanthology.org/aaai/2020/gall2020aaai-envelope/) doi:10.1609/AAAI.V34I03.5614

BibTeX

@inproceedings{gall2020aaai-envelope,
  title     = {{Envelope-Based Approaches to Real-Time Heuristic Search}},
  author    = {Gall, Kevin C. and Cserna, Bence and Ruml, Wheeler},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2020},
  pages     = {2351-2358},
  doi       = {10.1609/AAAI.V34I03.5614},
  url       = {https://mlanthology.org/aaai/2020/gall2020aaai-envelope/}
}