Package EDU.gatech.cc.is.learning

Class Summary
Bilinear2D Transform points from a two-dimensional space to another two dimensional space.
FunctionApproximator Provides an abstract interface to various function approximator implementations.
i_AverageLearner_id An object that learns to select from several actions based on a reward.
i_QLearner_id An object that learns to select from several actions based on a reward.
i_ReinforcementLearner_id Reinforcement learning class with discrete inputs and outputs.
i_ReinforcementLearner_idTest Application to test a reinforcement learner.
i_SLearner_id An object that learns to select from several actions based on a reward.
 

Exception Summary
FunctionApproximatorException Signals that an execption of some sort has occured in a FunctionApproximator.