| Generalized Adaptive A* |
| Full text |
Pdf
(450 KB)
|
Source
|
International Conference on Autonomous Agents
archive
Proceedings of the 7th international joint conference on Autonomous agents and multiagent systems - Volume 1
table of contents
Estoril, Portugal
SESSION: Agent reasoning
table of contents
Pages 469-476
Year of Publication: 2008
ISBN:978-0-9817381-0-9
|
|
Authors
|
|
Xiaoxun Sun
|
USC, Computer Science, Los Angeles, California
|
|
Sven Koenig
|
USC, Computer Science, Los Angeles, California
|
|
William Yeoh
|
USC, Computer Science, Los Angeles, California
|
|
| Sponsors |
|
| Publisher |
|
| Bibliometrics |
Downloads (6 Weeks): 18, Downloads (12 Months): 78, Citation Count: 2
|
|
|
ABSTRACT
Agents often have to solve series of similar search problems. Adaptive A* is a recent incremental heuristic search algorithm that solves series of similar search problems faster than A* because it updates the h-values using information from previous searches. It basically transforms consistent h-values into more informed consistent h-values. This allows it to find shortest paths in state spaces where the action costs can increase over time since consistent h-values remain consistent after action cost increases. However, it is not guaranteed to find shortest paths in state spaces where the action costs can decrease over time because consistent h-values do not necessarily remain consistent after action cost decreases. Thus, the h-values need to get corrected after action cost decreases. In this paper, we show how to do that, resulting in Generalized Adaptive A* (GAA*) that finds shortest paths in state spaces where the action costs can increase or decrease over time. Our experiments demonstrate that Generalized Adaptive A* outperforms breadth-first search, A* and D* Lite for moving-target search, where D* Lite is an alternative state-of-the-art incremental heuristic search algorithm that finds shortest paths in state spaces where the action costs can increase or decrease over time.
REFERENCES
Note: OCR errors may be found in this Reference List extracted from the full text article. ACM has opted to expose the complete List rather than only correct and linked references.
| |
1
|
E. Dijkstra. A note on two problems in connexion with graphs. Numerische Mathematik, 1:269--271, 1959.
|
| |
2
|
P. Hart, N. Nilsson, and B. Raphael. A formal basis for the heuristic determination of minimum cost paths. IEEE Transactions on Systems Science and Cybernetics, 2:100--107, 1968.
|
| |
3
|
C. Hernández and P. Maseguer. LRTA*(k). In Proceedings of the International Joint Conference on Artificial Intelligence, pages 1238--1243, 2005.
|
| |
4
|
|
| |
5
|
T. Ishida and R. Korf. Moving target search. In Proceedings of the International Joint Conference on Artificial Intelligence, pages 204--210, 1991.
|
| |
6
|
|
| |
7
|
S. Koenig and M. Likhachev. A new principle for incremental heuristic search: Theoretical results. In Proceedings of the International Conference on Automated Planning and Scheduling, pages 402--405, 2006.
|
 |
8
|
|
 |
9
|
|
| |
10
|
|
| |
11
|
|
| |
12
|
|
|