Behavior is the set of actions taken by an agent based upon its decision making system. Behavior is the applied result of the AI directing an agent. Questions on behavior should focus on actual or desired results of AI

learn more… | top users | synonyms

0
votes
1answer
117 views

Behavior Trees and Animations

I have started working on the AI for a game, but am confused how I should handle animations. I will be using a Behavior Tree for AI behavior and Cocos2D for my game engine. Should my ...