JSAI2019

Presentation information

International Session

International Session » [ES] E-3 Agents

[2O5-E-3] Agents: reasoning and integration

Wed. Jun 5, 2019 5:20 PM - 7:00 PM Room O (Front-left room of 1F Exhibition hall)

Chair: Naoki Fukuda (Sizuoka University), Reviewer: Takayuki Ito (Nagoya Institute of Technology)

6:40 PM - 7:00 PM

[2O5-E-3-05] A New Character Decision-Making System by combining Behavior Tree and State Machine

〇Youichiro Miyake1 (1. SQUARE ENIX)

Keywords:game AI agent

We have developed a new decision-making system that combines behavior trees and state machines into a single system. The system has both flexibility of behavior tree and strict control of state machines to give a scalability to development of a character AI. The new decision-making system, we call the AI Graph, extends the node formalism to enable sharing nodes between FSMs and Behavior Trees, provides advanced techniques for code reuse using trays which organize code reuse and behavior blackboards, and also provides many features for integrating with detailed low-level character behavior