Please enable JavaScript.
Coggle requires JavaScript to display documents.
Reflex and goal-based agents - making decisions
agents that make…
Reflex and goal-based agents - making decisions
agents that make decisions by taking into account the environment's current state, their own representation, and their ultimate goals.
Agents
-
Model-based reflex
Reflex agents built on models make judgments based on the environment's current condition and their own internal models.
They take into account the current situation and make use of their internal model to foresee the outcomes of their actions.
Goal-based
Take into account the environment's current state, internal representation, and planned goals.
-
-
Utility-based
can be established using built-in utility functions, or discovered via practice.
-
-
-