Please enable JavaScript.
Coggle requires JavaScript to display documents.
finite state machines - Coggle Diagram
finite state machines
usage
All AI agents go through a finite set of states. Their behavior and decision making varies from state to state.
-
-
steps
• An agent goes through a series of states (e.g. idle, walking, running)
-
-
-
types
deterministic
State changes are predictable. Limited number of possibilities. Can be useful for simple AI based systems.
-
state
An independent component that uses AI is called an AI agent. An agent can be a pure software module Whether they are used in real life applications or games, all AI agents have to make intelligent decisions. This decision making process is easier to understand, model and implement if it is embedded into different states
example
tic tac oe