Assume your archer has moved through the maze to build a KB
containing all the percepts and facts to
fully represent the first 2 rows of the maze
(i.e. squares (1,1), (2,1), (3,1),
(4,1), (1,2), (2,2), (3,2), and
(4,2) in terms of the labeling on figure 7.3). Use these facts and axioms to prove ~PIT(2,3). Note: this is corrected! The buggy version listed rows 1 & 2 as (1,1), (1,2), (1,3), (1,4), (2,1), (2,2), (2,3), and (2,4)).
Submission instructions:
Write up all of your answers in a text
editor so that it can be submitted electronically. Put all of the
files you want to submit, and ONLY those files, in a directory on STDSUN, and use the
submit command to send the files to the grader. The syntax
of the submit command is: > submit c630aa lab3 (lab3_dir)
Where lab3_dir is the directory containing the files you want to
submit. You can learn about using the submit
command by typing man submit at a unix command
prompt. If you cannot get the submit command to work, you can
email your files to the grader, but please don't use this
option unless you're having trouble with submit.