Classes | |
class | FidoControlSystem |
A highly effective reinforcement learning control system (Truell and Gruenstein) More... | |
struct | Wire |
A multi-dimensional data point. More... | |
class | Interpolator |
An interpolator of multi-dimensional data points. More... | |
class | Learner |
A reinforcement learning system. More... | |
class | LSInterpolator |
A least squares wire fitted Interpolator. More... | |
struct | Model |
class | QLearn |
A Learner that follows the Q-Learning algorithm. More... | |
class | WireFitQLearn |
A Learner using Q-learning that works with continous state action spaces (Gaskett et al.). More... | |
Typedefs | |
typedef std::vector< double > | Action |
typedef std::vector< double > | State |
typedef std::vector<double> rl::Action |
typedef std::vector<double> rl::State |