Show Answer Workspace Answer a Utilitybased agent Explanation Utilitybased agent uses an extra component of utility that provides a measure of success at a given state It decides that how efficient that state to achieve the goal, which specifies the happiness of the agent6/10/18 · A goalbased agent combines modelbased agent's model with a goal To reach its goal it often uses Search and Planning algorithms Goal based agents usually less efficient but more flexible than reflexbased agents A goal basedagent can suit itself based on the environment• Goalbased agent Goalbased agents are modelbased agents which sorts goal information that describes situations • Utilitybased agent This is an agent that uses an explicit utility function that maximizes the expected utility • Learning agent This is an agent that improves its behavior based on its experiences and learning
Lecture1