AI Sheet Fuzzy
AI Sheet Fuzzy
1. Define fuzzy sets that can be used to represent the following concepts:
a. Old (domain is real-valued age in years).
b. Not old (domain is real-valued age in years).
c. Young (domain is real-valued age in years).
d. A few (domain is positive integers).
e. Do "not old" and "young" should be the same?
2. Imagine that you are designing a robot to run a maze. You decide to give it a reward of
+1 for escaping from the maze and a reward of zero at all other times. The task seems to
break down naturally into episodes--the successive runs through the maze--so you decide
to treat it as an episodic task, where the goal is to maximize expected total reward
r1 + r2 + ... rN, where N is the length of the episode. After running the learning agent for a
while, you find that it is showing no improvement in escaping from the maze. What is
going wrong? Have you effectively communicated to the agent what you want it to
achieve?