Please enable JavaScript.
Coggle requires JavaScript to display documents.
Intelligent Agent (Problem Space (problem as a tree, Example: tower of…
Intelligent Agent
Problem Space
problem as a tree
Example: tower of Hanoi
Direct graph
Techniques
PEAS
Environment
Precepts
Sensor
Agent
Actuators
Action
Appropriate control strategy
move through the problem space until a path from an initial state to an goal state is found
Agent and Environment
Environment
Episodic vs. sequential
Static vs. dynamic
Deterministic vs. stochastic
Discrete vs. continuous
Fully observable vs. partially observable
Single agent vs. multiagent
Human agent
Vacuum cleaner agent
Simple reflex agents
software agent
Model-based reflex agents
software agent
Goal-based agents
Robotic agent
Utility-based agents
Learning Agent
Summary
Graph Algorithm
Dijkstra's algorithm