Uses of Class
net.pakl.rl.ValueFunctionPerceptron

Packages that use ValueFunctionPerceptron
net.pakl.rl These are the basic reinforcement learning model classes -- every reinforcement learning problem can be described (minimally) as a World (collection of states), Policy, ValueFunction, and Actions. 
org.eyelanguage.rl.analysis Tools to extract data from the adaptive reading agent's logfile for later processing. 
 

Uses of ValueFunctionPerceptron in net.pakl.rl
 

Subclasses of ValueFunctionPerceptron in net.pakl.rl
 class ValueFunctionResidualAlgorithmBairdPerceptron
           
 class ValueFunctionResidualAlgorithmPatrykNetwork
           
 class ValueFunctionResidualAlgorithmPerceptron
           
 

Uses of ValueFunctionPerceptron in org.eyelanguage.rl.analysis
 

Methods in org.eyelanguage.rl.analysis that return ValueFunctionPerceptron
static ValueFunctionPerceptron VFPerceptronVisualizer.load(java.lang.String filename)