Reinforcement Learning Toolbox 2.0
last updated:
General
Documentation
Manual
Tutorial
Class Reference
Master Thesis
Examples
Related Papers
Downloads
Links
News
mailto:webmaster
Main Page     Class Hierarchy   Compound List   File List   Compound Members   File Members

clinearfafeaturecalculator.h File Reference

#include "cstatemodifier.h"

#include <map>

Go to the source code of this file.



Classes

class   CFeatureOperatorOr
  Combines 2 or more feature states with an "Or" operatation. More...

class   CFeatureOperatorAnd
  Combines 2 or more feature states with an "And" operatation. More...

class   CGridFeatureCalculator
  Abstract Superclass for all feature calculator that partition the state space with a grid. More...

class   CTilingFeatureCalculator
  Tilings represent a grid layed over the state space. More...

class   CLinearMultiFeatureCalculator
  Super class for all feature calculators that use a grid and where more than one feature can be active. More...

class   CRBFFeatureCalculator
  Represents a normalized RBF network. More...

class   CLinearInterpolationFeatureCalculator
class   CSingleStateFeatureCalculator
  Superclass for calculating features from a single continuous state variable. More...

class   CSingleStateRBFFeatureCalculator
  Represents a 1-D RBF-network layed over a specified continous state variable. More...

class   CSingleStateLinearInterpolationFeatureCalculator
  Class for linear interpolation features of a single continuous state variable. More...

class   CFeatureStateNNInput