Simulating interactions of avatars in high dimensional state space
Hubert P. H. Shum, Taku Komura, Shuntaro Yamazaki
Symposium on Interactive 3D Graphics and Games, February 2008, pp. 131--138.
Abstract: Efficient computation of strategic movements is essential to control virtual avatars intelligently in computer games and 3D virtual environments. Such a module is needed to control non-player characters (NPCs) to fight, play team sports or move through a mass crowd. Reinforcement learning is an approach to achieve real-time optimal control. However, the huge state space of human interactions makes it difficult to apply existing learning methods to control avatars when they have dense interactions with other characters. In this research, we propose a new methodology to efficiently plan the movements of an avatar interacting with another. We make use of the fact that the subspace of meaningful interactions is much smaller than the whole state space of two avatars. We efficiently collect samples by exploring the subspace where dense interactions between the avatars occur and favor samples that have high connectivity with the other samples. Using the collected samples, a finite state machine (FSM) called Interaction Graph is composed. At run-time, we compute the optimal action of each avatar by minmax search or dynamic programming on the Interaction Graph. The methodology is applicable to control NPCs in fighting and ball-sports games.
Article URL: http://dx.doi.org/10.1145/1342250.1342271
BibTeX format:
@inproceedings{Shum:2008:SIO,
  author = {Hubert P. H. Shum and Taku Komura and Shuntaro Yamazaki},
  title = {Simulating interactions of avatars in high dimensional state space},
  booktitle = {Symposium on Interactive 3D Graphics and Games},
  pages = {131--138},
  month = feb,
  year = {2008},
}
Search for more articles by Hubert P. H. Shum.
Search for more articles by Taku Komura.
Search for more articles by Shuntaro Yamazaki.

Return to the search page.


graphbib: Powered by "bibsql" and "SQLite3."