UNIT 12 Flashcards
Purposefully flawed
Game AI
Strategy games have more AI than fighting or simulation games.
True
About 50% of typical frame time is allocated to AI.
False, game AI seldom receives more than 10 to 20% of the frame time.
The three steps performed by game intelligent agents
Sense-Think-Act
An intelligent agent is supposed to sense by seeing, hearing, and communicating with other agents.
True
A finite state machine (FSM) is an expert knowledge technique, while a decision tree is not.
False
Reinforcement learning, neural networks, and decision trees are all machine learning algorithms.
True
Finite state machines (FSMs) are simple to program, provide the best solution to any task, and are easy to debug.
False