In Artificial Intelligence (AI) which agent deals with happy and unhappy state?
2022
In Artificial Intelligence (AI) which agent deals with happy and unhappy state?
- A.
Simple reflex agent
- B.
Model based agent
- C.
Learning agent
- D.
Utility based agent
Attempted by 152 students.
Show answer & explanation
Correct answer: D
In AI, Utility-Based Agents evaluate states using a utility function, which assigns a numerical value representing degree of satisfaction (happiness) or dissatisfaction (unhappiness).
This enables the agent to choose actions that maximize overall utility, unlike other agents that rely only on rules, models, or learning without explicit preference measurement.