Questions tagged [utility-based-agents]

Use for questions about utility-based agents.

https://en.wikipedia.org/wiki/Intelligent_agent#Utility-based_agents

5 questions
9
votes
2 answers

What is the difference between goal-based and utility-based agents?

What is the difference between goal-based and utility-based agents? Please, provide a real-world example.
1
vote
0 answers

Are goal-reaching and optimizing the utility function special cases of performance measure?

In AIMA, performance measure is defined as something evaluating the behavior of the agent in an environment. Rational agents are defined as agents acting so as to maximize the expected value of the performance measure, given the percept sequence…
1
vote
1 answer

What is the difference between a performance standard and performance measure?

I am reading AI: A Modern Approach. In the 2nd chapter when introducing different agent types, i.e., reflex, utility-based, goal-based, and learning agents, I understood that all types of agents, except learning agents, receive feedback and choose…
1
vote
1 answer

What types of AI agents are Djikstra's algorithm and Prim's Minimum Spanning Tree algorithm?

From the perspective of the type of AI Agents, I would like to discuss Prim's Minimum Spanning Tree algorithm and Dijkstra's Algorithm. Both are model-based agents and both are "greedy algorithms". Both have their memory to store the history of…
1
vote
0 answers

Learning utility function for AIS data

I am trying to learn utility functions for ships through their AIS data. I have a lot of data available and plan on focusing on fishing boats. So far I've researched a lot of IRL algorithms but I'm not sure if I missed a important one that could be…