Project 1
Due: Thursday, February 10, 2000
in Lecture
/projects/shapiro/AIclass/Aimacode/agents
random-vacuum-agent
and reactive-vacuum-agent
in a series of the random
rectangular worlds that you designed for Homework 1, Exercise 2,
except give each square a 10% chance of containing dirt. Discuss the
relative success of these agents, and what accounts for them.
You can run this test by evaluating an appropriately modified version
of this form:
(agent-trials 'make-vacuum-world ; world-creator '(reactive-vacuum-agent random-vacuum-agent) ; list of agents :n 20 ; number of worlds ; in which to test each agent )