Index of /archive/1999/fall/CS250/Code/AIMA/agents

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]test-agents.lisp1999-09-24 15:44 1.3K 
[   ]test-agents.fasl1999-11-05 15:37 2.4K 
[DIR]environments/2005-01-06 16:37 -  
[DIR]algorithms/2005-01-06 16:37 -  
[DIR]agents/2005-01-06 16:37 -  
[   ]WS_FTP.LOG1999-09-24 15:44 1.1K 
[TXT]README.html1999-09-24 15:44 759  

Agents (Subsystem of AIMA Code)

Agents (Subsystem of AIMA Code)

The agents subsystem covers the code in Part I of the book: the basic environment simulator run-environment; simulations for the vacuum and wumpus worlds, and some simple agents for those worlds. It also includes the abstract class grid-environment, 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.