1 / 28

CS 4700: Foundations of Artificial Intelligence

CS 4700: Foundations of Artificial Intelligence. Carla P. Gomes gomes@cs.cornell.edu Module: Structure of intelligent agents and environments (Reading R&N: Chapter 2). Outline. Characterization of Agents and environments Rationality

cheryll
Download Presentation

CS 4700: Foundations of Artificial Intelligence

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CS 4700:Foundations of Artificial Intelligence Carla P. Gomes gomes@cs.cornell.edu Module: Structure of intelligent agents and environments (Reading R&N: Chapter 2)

  2. Outline • Characterization of Agents and environments • Rationality • PEAS (Performance measure, Environment, Actuators, Sensors) • Environment types • Agent types

  3. Intelligent Agent • Definition: An intelligent agent perceives its environment via sensors and acts rationally upon that environment with its actuators

  4. iRobot Corporation Founder Rodney Brooks (MIT) Vacuum-cleaner world • Percepts: location and contents, e.g., [A,Dirty] • Actions: Left, Right, Suck, NoOp

  5. Rational agents • An agent should strive to "do the right thing", based on what: • it can perceive and • the actions it can perform. • The right action is the one that will cause the agent to be most successful  Performance measure: An objective criterion for success of an agent's behavior Performance measure of a vacuum-cleaner agent: E.g., •amount of dirt cleaned up; •amount of time taken, •amount of electricity consumed, •amount of noise generated, etc.

  6. Rational agents • Definition of RationalAgent: • For each possible percept sequence, a rational agent should select • an action that is expected to maximize its performance measure • given the evidence provided by the percept sequence and whatever built- • in knowledge the agent has.

  7. Rational agents • Notes: • Rationality is distinct from omniscience not all-knowing with infinite knowledge. • Agents can perform actions in order to modify future percepts so as to obtain useful information  information gathering, exploration. • An agent is autonomous if its behavior is determined by its own experience (with ability to learn and adapt) • (The agent lacks autonomy if relies heavily on the prior knwoledge of its designer rather than on its own percepts).

  8. Characterizing a Task Environment:PEAS • Must first specify the setting for intelligent agent design • PEAS: Performance measure, Environment, Actuators, Sensors • Consider, e.g., the task of designing an automated taxi driver: • Performance measure Safe, fast, legal, comfortable trip, maximize profits • Environment Roads, other traffic, pedestrians, customers • Actuators Steering wheel, accelerator, brake, signal, horn • Sensors Cameras, sonar, speedometer, GPS, odometer, engine sensors, keyboard

  9. Types Environments I Important to have a good understanding of the domain. • Fully observable/Partially observable. • If an agent’s sensors give it access to the complete state of the environment needed to choose an action, the environment is fully observable (e.g. chess – what about Kriegspiel?) • Deterministic/Stochastic. • An environment is deterministic if the next state of the environment is completely determined by the current state of the environment and the action of the agent; • In a stochastic environment, there are multiple, unpredictable outcomes. (If the environment is deterministic except for the actions of other agents, then the environment is strategic) In a fully observable, deterministic environment, the agent need not deal with uncertainty.

  10. Types Environments II • Episodic/Sequential. • In an episodic environment, the agent’s experience is divided into atomic episodes. Each episode consists of the agent perceiving and then performing a single action. • Subsequent episodes do not depend on what actions occurred in previous episodes  choice of action in each episode depends only on the episode itself (e.g. an agent that has to spot defective parts on an assembly line) • In a sequential environment, the agent engages in a series of connected episodes. Current decision could affect future decisions. • Static/Dynamic. • A static environment does not change while the agent is thinking. • The passage of time as an agent deliberates is irrelevant. • (The environment is semidynamic if the environment itself does not change with the passage of time but the agent's performance score does)

  11. Types of Environments III • Discrete/Continuous. • If the number of distinct percepts and actions is limited, the environment is discrete, otherwise it is continuous. • Single agent/Multi-agent. • If the environment contains other intelligent agents, the agent needs to be concerned about strategic, game-theoretic aspects of the environment (for either cooperative or competitive agents) • Most engineering environments don’t have multi-agent properties, whereas most social and economic systems get their complexity from the interactions of (more or less) rational agents.

  12. Environment types

  13. our focus Design an agent program assuming an archictecture that will make the percepts from the sensors available to the program. Agents and environments • The agentfunction maps from percept histories to actions (external characterization): • [f: P* A] • The agentprogram runs (internally) on the physical architecture to produce f • agent = architecture + program

  14. Agent Program • General structure: • gets input from sensor (corresponding to the current percept) • returns action to the actuators • Note: this is different from agent function: if the agent’s actions depend on the entire percept sequence  the agent will have to remember the percepts.

  15. Types of Agents

  16. Table-driven agents They use a percept sequence/action table in memory to find the next action. They are implemented by a (large) lookup table. • Drawbacks: • Huge table • Take a long time to build the table • No autonomy • Even with learning, need a long time to learn the table entries.

  17. Simple reflex agents Key aspects: Agents do not have memory of past world states. Actions depend solely on current percept: They use condition-action rules, implemented with an appropriate production system. (Module: Logic)

  18. Simple reflex agents(Rules) Agent selects actions on the basis of current percept only only possible if environment is fully observable. If tail-light of car in front is red then brake.

  19. Model-based reflex agents • Key difference (wrt simple reflex agents): • Agents have internal state, which is used to keep track of past states of the world. • Agents have the ability to represent change in the World. Example: Rodney Brooks’s Subsumption Architecture --- behavior based robots.

  20. Subsumption Architecture:Behavior-Based robots In subsumption architecture, increasingly complex behaviors arise from the combination of simple behaviors. The most basic simple behaviors are on the level of reflexes: •avoid an object; •go toward food if hungry, •move randomly. A more complex behavior that sits on top of simple behaviors may be “go across the room.” The more complex behaviors subsume the less complex ones to accomplish their goal.

  21. Model-based reflex agents Module: Logical Agents “Crazy driver in front” “Safe to change lanes”

  22. Goal-based agents • Key difference wrt Model-Based Agents: • In addition to state information, have goal information that describes • desirable situations. • Agents of this kind take future events into consideration. • Choose actions so as to achieve a (given or computed) goal. •  problem solving and search!

  23. Goal-based agents Module: Problem Solving Agents Considers “future” Where to go Agent keeps track of the world state as well as set of goals it’s trying to achieve: chooses Action that will (eventually) lead to the goals. More flexible than reflex agents  may involve search and planning!

  24. (4) Utility-based agents • When there are multiple possible alternatives, how to decide which one is best? • Goals are qualitative  A goal specifies a crude distinction between a happy and unhappy state, but often need a more general performance measure that describes “degree of happiness.” • Utility function U: State  Reals indicating a measure of success or happiness when at a given state. • Important for making tradeoffs Allows decisions comparing choice between conflicting goals, and choice between likelihood of success and importance of goal (if achievement is uncertain). • Use decision theoretic models: e.g., faster vs. safer.

  25. Utility-based agents Module: Decision Making Decision theoretic actions: Faster vs. safer

  26. More complicated when • agent needs to learn utility information • Reinforcement learning (reward or penalty) (e.g., high tip or no tip) Learning agents Module: Learning Quick turn is not safe No quick turn Takes percepts and selects actions Road conditions, etc Try out the brakes on different road surfaces

  27. Summary: agent types • (0) Table-driven agents • use a percept sequence/action table in memory to find the next action. They are implemented by a (large) lookup table. • (1) Simple reflex agents • are based on condition-action rules, implemented with an appropriate production system. They are stateless devices which do not have memory of past world states. • (2) Agents with memory - Model-based reflex agents • have internal state, which is used to keep track of past states of the world. • (3) Agents with goals – Goal-based agents. • are agents that, in addition to state information, have goal information that describes desirable situations. Agents of this kind take future events into consideration. • (4) Utility-based agents • base their decisions on classic axiomatic utility theory in order to act rationally. • (5) Learning agents – they have the ability to improve performance through learning.

  28. Summary • An agent perceives and acts in an environment, has an architecture, and is implemented by an agent program. • A rational agent always chooses the action which maximizes its expected performance, given its percept sequence so far. • An autonomous agent uses its own experience rather than built-in knowledge of the environment by the designer. • An agent program maps from percept to action and updates its internal state. • Reflex agents respond immediately to percepts. • Goal-based agents act in order to achieve their goal(s). • Utility-based agents maximize their own utility function. • Learning agents improve their performance through learning. • Representing knowledge is important for successful agent design. • The most challenging environments are partially observable, stochastic, sequential, dynamic, and continuous, and contain multiple intelligent agents. • Reading: Chapter 2 R&N

More Related