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

CMonteCarloVError Class Reference

#include <cmontecarlo.h>

Inheritance diagram for CMonteCarloVError:

CMonteCarloError CEvaluator CParameterObject CParameters List of all members.


Public Member Functions

  CMonteCarloVError (CAbstractVFunction *vFunction, CAgent *agent, CRewardFunction *reward, CStateProperties *modelState, CActionSet *actions, std::list< CStateModifier * > *modifiers, int numEpisodes, int numSteps, double discountFactor)
virtual  ~CMonteCarloVError ()


Protected Member Functions

virtual double  getValue (CStateCollection *state, CAction *action)


Protected Attributes

CAbstractVFunction vFunction

Constructor & Destructor Documentation

CMonteCarloVError::CMonteCarloVError CAbstractVFunction vFunction,
CAgent agent,
CRewardFunction reward,
CStateProperties modelState,
CActionSet actions,
std::list< CStateModifier * > *  modifiers,
int  numEpisodes,
int  numSteps,
double  discountFactor
 
virtual CMonteCarloVError::~CMonteCarloVError  )  [virtual]
 

Member Function Documentation

virtual double CMonteCarloVError::getValue CStateCollection state,
CAction action
[protected, virtual]
 

Implements CMonteCarloError.


Member Data Documentation

CAbstractVFunction* CMonteCarloVError::vFunction [protected]
 

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