Ch 2 Review Flashcards
What is an agent
anything that perceives its environment through sensors and acts upon the environment through effectors (ex. human has eyes for sensors, hands for effectors)
what is a performance measure
how successful an agent is (how much dirt cleaned up, how much electricity used)
omniscient agent
knows actual outcome of its actions and can act accordingly (realistically impossible)
ideal rational agent
maximizes performance measure
mapping
table of action to take in response to percept sequence
autonomy
actions based on built-in knowledge, doesn’t need to pay attention to percepts; to point where behavior is determined by own experience
agent program
function that implements mapping; uses physical architecture
architecture
computing device
agent equation
agent = architecture+program
parts of learning agent
critic(feedback, how doing, what to modify) , learning element (make improvements), performance element (make external action), problem generator (suggest actions for new experiences)