Questions tagged [learning-agents]

3 questions
4
votes
1 answer

What is a learning agent?

What is a learning agent, and how does it work? What are examples of learning agents (e.g., in the field of robotics)?
4
votes
2 answers

What is the difference between learning and non-learning agents?

What is the difference between learning agents and other types of agents? In what ways learning agents can be applied? Do learning agents differ from deep learning?
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…