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

CRewardAsVFunction Class Reference

#include <cvfunction.h>

Inheritance diagram for CRewardAsVFunction:

CAbstractVFunction CStateObject CLearnDataObject CParameterObject CParameters List of all members.


Public Member Functions

  CRewardAsVFunction (CStateReward *reward)
virtual  ~CRewardAsVFunction ()
virtual double  getValue (CState *state)
  returns the value of the state, has to be implemented by the other V-Functions



Protected Attributes

CStateReward reward

Constructor & Destructor Documentation

CRewardAsVFunction::CRewardAsVFunction CStateReward reward  ) 
 
virtual CRewardAsVFunction::~CRewardAsVFunction  )  [inline, virtual]
 

Member Function Documentation

virtual double CRewardAsVFunction::getValue CState state  )  [virtual]
 

returns the value of the state, has to be implemented by the other V-Functions

Implements CAbstractVFunction.


Member Data Documentation

CStateReward* CRewardAsVFunction::reward [protected]
 

The documentation for this class was generated from the following file: