.1 What is the difference between a performance measure and a utility function?
2.2 For each of the environments in Figure 2.3, determine what type of agent architecture is
most appropriate (table lookup, simple reflex, goal-based or utility-based).
2.3 Choose a domain that you are familiar with, and write a PAGE description of an agent
for the environment. Characterize the environment as being accessible, deterministic, episodic,
static, and continuous or not. What agent architecture is best for this domain?
2.4 While driving, which is the best policy?
a. Always put your directional blinker on before turning,
b. Never use your blinker,
c. Look in your mirrors and use your blinker only if you observe a car that can observe you?
What kind of reasoning did you need to do to arrive at this policy (logical, goal-based, or utilitybased)?
What kind of agent design is necessary to carry out the policy (reflex, goal-based, or
utility-based)?