The platform will undergo maintenance on Sep 14 at about 7:45 AM EST and will be unavailable for approximately 2 hours.
2015
DOI: 10.1613/jair.4800
|View full text |Cite
|
Sign up to set email alerts
|

Achieving Goals Quickly Using Real-time Search: Experimental Results in Video Games

Abstract: In real-time domains such as video games, planning happens concurrently with execution and the planning algorithm has a strictly bounded amount of time before it must return the next action for the agent to execute. We explore the use of real-time heuristic search in two benchmark domains inspired by video games. Unlike classic benchmarks such as grid pathfinding and the sliding tile puzzle, these new domains feature exogenous change and directed state space graphs. We consider the setting in which planning an… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
21
0

Year Published

2018
2018
2020
2020

Publication Types

Select...
4
2

Relationship

5
1

Authors

Journals

citations
Cited by 16 publications
(22 citation statements)
references
References 23 publications
0
21
0
Order By: Relevance
“…One metric we will discuss is goal achievement time (GAT), which is the overall time spent on planning and execution of the plan (Kiesel, Burns, and Ruml 2015). We assume the execution of an action takes exactly one time step.…”
Section: Methodsmentioning
confidence: 99%
See 1 more Smart Citation
“…One metric we will discuss is goal achievement time (GAT), which is the overall time spent on planning and execution of the plan (Kiesel, Burns, and Ruml 2015). We assume the execution of an action takes exactly one time step.…”
Section: Methodsmentioning
confidence: 99%
“…Real-time search is a wellestablished area addressing this through dedicated heuristic search algorithms (e.g. Korf 1990; Bulitko and Lee 2006;Koenig and Sun 2009;Bulitko et al 2011;Hernández and Baier 2012;Kiesel, Burns, and Ruml 2015). One important issue in this context is completeness: guaranteeing that the agent will eventually reach a goal state.…”
Section: Introductionmentioning
confidence: 99%
“…LSS-LRTA* follows the A* convention to order nodes by f value, which is cost-to-come g plus the lower bound estimate on cost-to-go h. However, as pointed out by Mutchler (1986), expanding the frontier node with lowest f is not necessary the optimal way to make use of a limited number of node expansions because f does not take any heuristic error into account. A better alternative is to sort the open list byf , which denotes an estimate of the expected value of f * , rather than a lower bound (Kiesel, Burns, and Ruml 2015). This better matches the principle of rationality, which stipulates minimizing expected cost.…”
Section: Real-time Heuristic Searchmentioning
confidence: 99%
“…10 randomly sampled start positions were used for both instances we tested on. In the traffic domain, an extension of the domain used by Kiesel, Burns, and Ruml (2015), a agent moves in a grid, avoiding moving obstacles. A deadend is reached if an obstacle collides with the agent before it reaches a goal state.…”
Section: Empirical Evaluationmentioning
confidence: 99%