net.pakl.rl.maze
Class MazeMain

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

public class MazeMain
extends java.lang.Object

Allows a command-line based reinforcement learning simulation based on the contents of a maze.prop properties file (see Details below for more information on maze.prop


Field Summary
static int numHiddenUnits
           
 
Constructor Summary
MazeMain()
           
 
Method Summary
static void loadParametersFromProperties(java.util.Properties properties)
           
static void main(java.lang.String[] args)
           
static void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numHiddenUnits

public static int numHiddenUnits
Constructor Detail

MazeMain

public MazeMain()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

run

public static void run()

loadParametersFromProperties

public static void loadParametersFromProperties(java.util.Properties properties)