BDI agents for game development
暂无分享,去创建一个
The study of game related topics has long been the subject of research and development, however game Artificial Intelligence (AI) predominantly uses classical AI simulation techniques. Older computational models such as state machines continue to be used as the back bone for game AI development even though alternative models are available. In this research, we have attempted to shed some light on how the choice of implementation may affect the important factors such as performance, and complexity as the games scales up. Our findings show that agents and finite state machines have their relative merits. We have shown that complexity measured as a function of the number of behaviours, was linear for agents and quadratic for FSM. Though run-time performance is comparable for a small number of entities, it degrades at a higher rate for agents.
[1] Roger S. Pressman,et al. Software Engineering: A Practitioner's Approach , 1982 .
[2] Anand S. Rao,et al. Modeling Rational Agents within a BDI-Architecture , 1997, KR.
[3] Anand S. Rao,et al. BDI Agents: From Theory to Practice , 1995, ICMAS.