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

CMonteCarloQError Class Reference

#include <cmontecarlo.h>

Inheritance diagram for CMonteCarloQError:

CMonteCarloError CEvaluator CParameterObject CParameters List of all members.


Public Member Functions

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


Protected Member Functions

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


Protected Attributes

CAbstractQFunction qFunction

Constructor & Destructor Documentation

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

Member Function Documentation

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

Implements CMonteCarloError.


Member Data Documentation

CAbstractQFunction* CMonteCarloQError::qFunction [protected]
 

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