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

CAcroBotVelocityRewardFunction Class Reference

#include <cacrobotmodel.h>

Inheritance diagram for CAcroBotVelocityRewardFunction:

CStateReward CRewardFunction CStateObject List of all members.


Public Member Functions

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


Public Attributes

bool  invertVelocity


Protected Attributes

CAcroBotModel model

Constructor & Destructor Documentation

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

Member Function Documentation

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

Reimplemented from CStateReward.

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

Implements CStateReward.


Member Data Documentation

bool CAcroBotVelocityRewardFunction::invertVelocity
 
CAcroBotModel* CAcroBotVelocityRewardFunction::model [protected]
 

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