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

CAcroBotHeightRewardFunction Class Reference

#include <cacrobotmodel.h>

Inheritance diagram for CAcroBotHeightRewardFunction:

CStateReward CRewardFunction CStateObject List of all members.


Public Member Functions

  CAcroBotHeightRewardFunction (CAcroBotModel *model)
virtual  ~CAcroBotHeightRewardFunction ()
virtual double  getStateReward (CState *state)
virtual void  getInputDerivation (CState *modelState, ColumnVector *targetState)


Protected Attributes

CAcroBotModel model
bool  useHeighPeak

Constructor & Destructor Documentation

CAcroBotHeightRewardFunction::CAcroBotHeightRewardFunction CAcroBotModel model  ) 
 
virtual CAcroBotHeightRewardFunction::~CAcroBotHeightRewardFunction  )  [inline, virtual]
 

Member Function Documentation

virtual void CAcroBotHeightRewardFunction::getInputDerivation CState modelState,
ColumnVector *  targetState
[virtual]
 

Reimplemented from CStateReward.

virtual double CAcroBotHeightRewardFunction::getStateReward CState state  )  [virtual]
 

Implements CStateReward.


Member Data Documentation

CAcroBotModel* CAcroBotHeightRewardFunction::model [protected]
 
bool CAcroBotHeightRewardFunction::useHeighPeak [protected]
 

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