On the Benefits of Randomly Adjusting Anytime Weighted A*

In Proceedings of the International Symposium on Combinatorial Search (SoCS), 2021

Cite: Bhatia, A., Svegliato, J., & Zilberstein, S. (2021). On the Benefits of Randomly Adjusting Anytime Weighted A. In Proceedings of the International Symposium on Combinatorial Search (Vol. 12, No. 1, pp. 116-120). https://ojs.aaai.org/index.php/SOCS/article/view/18558

TL;DR: Randomized Weighted A* tunes the weight in Anytime Weighted A* randomly at runtime and outperforms every static weighted baseline.

Abstract

Anytime Weighted A*—an anytime heuristic search algorithm that uses a weight to scale the heuristic value of each node in the open list—has proven to be an effective way to manage the trade-off between solution quality and computation time in heuristic search. Finding the best weight, however, is challenging because it depends on not only the characteristics of the domain and the details of the instance at hand, but also the available computation time. We propose a randomized version of this algorithm, called Randomized Weighted A*, that randomly adjusts its weight at runtime and show a counterintuitive phenomenon: RWA* generally performs as well or better than AWA* with the best static weight on a range of benchmark problems. The result is a simple algorithm that is easy to implement and performs consistently well without any offline experimentation or parameter tuning.

PDF Poster Code Talk