Wumpus World Simulator

Running the Simulator:
 
To compile the simulator, copy the files Wumpus.zip and managent.tgz to your account. The former contains the main server, while the latter contains a simple client for the Wumpus World Simulator that permits you to move the agent manually. After uncompressing the files you will get two directories, one for the server and one for the simple client. Change into the server directory and type javac WWServer.java .
To run the simulator type java WWServer .

Connecting a Client:
 
To compile the Client, change into the client directory and type javac G_Client.java .
To run the agent type java G_Client . Enter the IP address of the machine that runs the Wumpus World Server and select S/W Avatar . Under the menu Plan select Display Layout and click on the start position for your agent. Then connect to the server by pressing the Connect button. After the connection is established, select Display Percepts from the Percepts menu. The resulting window shows the percepts of the agent and provides you with the possibility to select actions.

Documentation:
 
Detailed documentation for the Wumpus World Simulator can be found here.
This documentation and the source code is also available on-line at http://cygnus.uta.edu/wise .



Manfred Huber
2004-01-27