net.pakl.rl.maze
Class Toolbox

java.lang.Object
  extended by net.pakl.rl.maze.Toolbox

public class Toolbox
extends java.lang.Object

The Toolbox is a collection of miscellanious functions to help with initialization of various objects at the beginning of a simulation.


Field Summary
 boolean allowDiagonals
           
 
Constructor Summary
Toolbox()
           
 
Method Summary
 ActionSet makeSimpleMazePolicy(MazeWorld mWorld)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

allowDiagonals

public boolean allowDiagonals
Constructor Detail

Toolbox

public Toolbox()
Method Detail

makeSimpleMazePolicy

public ActionSet makeSimpleMazePolicy(MazeWorld mWorld)