Host: The Japanese Society for Artificial Intelligence
Name : The 33rd Annual Conference of the Japanese Society for Artificial Intelligence, 2019
Number : 33
Location : [in Japanese]
Date : June 04, 2019 - June 07, 2019
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