Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Artificial Intelligence A B Figure 2.2 A vacuum-cleaner world with just two locations. 3.20 Consider the vacuum-world problem defined in Figure 2.2. a. Which of
Artificial Intelligence
A B Figure 2.2 A vacuum-cleaner world with just two locations. 3.20 Consider the vacuum-world problem defined in Figure 2.2. a. Which of the algorithms defined in this chapter would be appropriate for this problem? Should the algorithm use tree search or graph search? b. Apply your chosen algorithm to compute an optimal sequence of actions for a 3 x3 world whose initial state has dirt in the three top squares and the agent in the center. c. Construct a search agent for the vacuum world, and evaluate its performance in a set of 3 x 3 worlds with probability 0.2 of dirt in each square. Include the search cost as well as path cost in the performance measure, using a reasonable exchange rate. d. Compare your best search agent with a simple randomized reflex agent that sucks if there is dirt and otherwise moves randomly. e. Consider what would happen if the world were enlarged to n x n. How does the per- formance of the search agent and of the reflex agent vary with nStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started