back to publications overview

AI Game Programming Wisdom 3


Heni Ben Amor, Jan Murray, and Oliver Obst. Chapter: Fast, Neat and Under Control: Inverse Steering Behaviors for Physical Autonomous Agents. In Steve Rabin, editors, AI Game Programming Wisdom 3, pp. 221–232, Charles River Media, Boston, MA, 2006. ISBN 1-58450-457-9
You can get the whole book at Amazon.


Download

(unavailable)


Abstract

Steering behaviors are a set of reactive algorithms used for navigating autonomous agents in their environment. Combinations of steering behaviors can be used to create complex, interesting and lifelike movement. However, special care has to be given to their arbitration. If done the wrong way, the arbitration can lead to suboptimal, undesired, or even catastrophic results in certain situations.This article presents a solution to these problems by introducing inverse steering behaviors (ISBs) for controlling physical agents. Inverse steering behaviors change the original concept of steering behaviors and facilitate improved arbitration between different options by using cost based heuristics. The approach is demonstrated on a soccer playing agent.


BiBTeX Entry


@inbook{AMO06,
	Abstract = {Steering behaviors are a set of reactive algorithms used
		   for navigating autonomous agents in their environment. Combinations of
		   steering behaviors can be used to create complex, interesting and lifelike
		   movement. However, special care has to be given to their arbitration. If
		   done the wrong way, the arbitration can lead to suboptimal, undesired, or
		   even catastrophic results in certain situations.This article presents a
		   solution to these problems by introducing inverse steering behaviors (ISBs)
		   for controlling physical agents. Inverse steering behaviors change the
		   original concept of steering behaviors and facilitate improved arbitration
		   between different options by using cost based heuristics. The approach is
		   demonstrated on a soccer playing agent.},
	Address = {Boston, MA},
	Author = {Heni {Ben Amor} and Jan Murray and Oliver Obst},
	Chapter = {Fast, Neat and Under Control: Inverse Steering Behaviors
		   for Physical Autonomous Agents},
	Editor = {Steve Rabin},
	Note = {ISBN 1-58450-457-9},
	Pages = {221--232},
	Publisher = {Charles River Media},
	Title = {AI Game Programming Wisdom 3},
	Wwwnote = {You can get the whole
		   book at Amazon.},
	Year = 2006}