Uses of Class
net.pakl.rl.ValueFunctionResidualAlgorithmPerceptron

Packages that use ValueFunctionResidualAlgorithmPerceptron
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. 
 

Uses of ValueFunctionResidualAlgorithmPerceptron in net.pakl.rl
 

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