DocumentCode
80253
Title
Database-Driven Real-Time Heuristic Search in Video-Game Pathfinding
Author
Lawrence, Roger ; Bulitko, Vadim
Author_Institution
Dept. of Comput. Sci., Univ. of British Columbia Okanagan, Kelowna, BC, Canada
Volume
5
Issue
3
fYear
2013
fDate
Sept. 2013
Firstpage
227
Lastpage
241
Abstract
Real-time heuristic search algorithms satisfy a constant bound on the amount of planning per action, independent of the problem size. These algorithms are useful when the amount of time or memory resources are limited, or a rapid response time is required. An example of such a problem is pathfinding in video games where numerous units may be simultaneously required to react promptly to a player´s commands. Classic real-time heuristic search algorithms cannot be deployed due to their obvious state revisitation (“scrubbing”). Recent algorithms have improved performance by using a database of precomputed subgoals. However, a common issue is that the precomputation time can be large, and there is no guarantee that the precomputed data adequately cover the search space. In this paper, we present a new approach that guarantees coverage by abstracting the search space, using the same algorithm that performs the real-time search. It reduces the precomputation time via the use of dynamic programming. The new approach eliminates the learning component and the resultant “scrubbing.” Experimental results on maps of tens of millions of grid cells from Counter-Strike: Source and benchmark maps from Dragon Age: Origins show significantly faster execution times and improved optimality results compared to previous real-time algorithms.
Keywords
computer games; database management systems; dynamic programming; search problems; Counter-Strike: Source; Dragon Age: Origins; benchmark maps; database-driven real-time heuristic search; dynamic programming; search space; video games; video-game pathfinding; Abstracts; Databases; Dynamic programming; Heuristic algorithms; Planning; Real-time systems; Search problems; Database; game pathfinding; real-time search;
fLanguage
English
Journal_Title
Computational Intelligence and AI in Games, IEEE Transactions on
Publisher
ieee
ISSN
1943-068X
Type
jour
DOI
10.1109/TCIAIG.2012.2230632
Filename
6365249
Link To Document