CSE472/572 KNOWLEDGE-BASED ARTIFICIAL INTELLIGENCE
Spring, 2000

Project 3
A SNePS-Based Reasoning Wumpus Agent
Due: Tuesday, April 4, 2000
in Lecture

For this project you will modify the code in
/projects/shapiro/AIclass/Projects/project3.cl

I have defined a Basic-SNePS-wumpus-agent that operates in the wumpus world. It is based on the aimless-wumpus-agent, defined in the file /projects/shapiro/AIclass/Aimacode/agents/agents/wumpus.lisp, and on the material in Chapters 6 and 7 of our text. The Basic-SNePS-wumpus-agent works, but is still pretty stupid. For Project 3, you are to modify it to be smarter.

Here are some suggested ways to make the agent smarter. For full credit, make all these modifications, or an equal number of equivalently interesting modifications.

The paper, as usual, should discuss your modifications, illustrate the performance of your agent in action, and satisfy all the course requirements for a project paper.

You are to submit your file modified file by 1:30 PM, Tuesday, April 4, 2000, and then turn in your paper at the start of lecture on that same day, Tuesday, April 4, 2000.


Back to CSE4/572 Syllabus.

Stuart C. Shapiro <shapiro@cse.buffalo.edu>