File: README.html

package info (click to toggle)
cl-aima 20020509-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,188 kB
  • ctags: 1,574
  • sloc: lisp: 6,593; makefile: 57; sh: 28
file content (22 lines) | stat: -rw-r--r-- 737 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<HTML>
<HEAD>
<TITLE>Agents (Subsystem of AIMA Code)</TITLE> 
<!-- Changed by: Peter Norvig, 30-Oct-1996 -->
</HEAD> 
<BODY bgcolor="#ffffff"> 

<H1>Agents (Subsystem of AIMA Code)</H1>

The <b>agents</b> subsystem covers the code in Part I of the book: the
basic environment simulator <tt>run-environment</tt>; simulations for
the vacuum and wumpus worlds, and some simple agents for those worlds.
It also includes the abstract class <tt>grid-environment</tt>, which
is an environment that supports physical objects located in a
two-dimensional rectangular grid of spaces.  It serves as the basis
for the vacuum and wumpus worlds, as well as for more complex
environments like the shopping world of Chapter 8.

<LISP>

</BODY> 
</HTML>