What are the four different kinds of agent programs?
Category:
technology and computing
artificial intelligence
Let us discuss four basic kinds of agent programs, used in almost all intelligent systems:
- Simple reflex agents. This is the simplest kind of agent, where the actions are selected based on the current percepts, ignoring the history of percepts.
- Goal-based agents.
- Utility-based agents.
- Learning Agents.
Herein, what are the four basic types of agent program in any intelligent system?
Agents can be grouped into four classes based on their degree of perceived intelligence and capability :
- Simple Reflex Agents.
- Model-Based Reflex Agents.
- Goal-Based Agents.
- Utility-Based Agents.
- Learning Agent.
Also know, what are the different types of agents?
The five types of agents include: general agent, special agent, subagent, agency coupled with an interest, and servant (or employee).
To quick recap, an agent program is a real implementation of an agent function. In other words, it implements an agent function which maps percepts to actions.