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

cvfunction.h File Reference

#include <stdio.h>

#include "clearndataobject.h"

#include "cmyexception.h"

#include "cbaseobjects.h"

#include "cgradientfunction.h"

#include "cfeaturefunction.h"

Go to the source code of this file.



Classes

class   CAbstractVFunction
  Interface reprenting a Value Function. More...

class   CZeroVFunction
  Value Function always returning zero. More...

class   CVFunctionSum
class   CDivergentVFunctionException
  This exception is thrown if a value function has become divergent. More...

class   CGradientVFunction
  Interface for all classes that can use gradients for updating. More...

class   CVFunctionInputDerivationCalculator
  Interface class for calculating the gradient dV(x)/dx. More...

class   CVFunctionNumericInputDerivationCalculator
  Calculating the input derivation of a V-Function numerically. More...

class   CFeatureVFunction
class   CVTable
  Value Function as a table. More...

class   CRewardAsVFunction


Defines

#define  DIVERGENTVFUNCTIONVALUE   1000000
#define  CONTINUOUSVFUNCTION   1
#define  GRADIENTVFUNCTION   2

Define Documentation

#define CONTINUOUSVFUNCTION   1
 
#define DIVERGENTVFUNCTIONVALUE   1000000
 
#define GRADIENTVFUNCTION   2