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

CFeatureStochasticEstimatedModel Class Reference

Estimated Model for feature States. More...

#include <ctheoreticalmodel.h>

Inheritance diagram for CFeatureStochasticEstimatedModel:

CAbstractFeatureStochasticEstimatedModel CFeatureStochasticModel CSemiMDPListener CStateObject CLearnDataObject CAbstractFeatureStochasticModel CParameterObject CParameterObject CActionObject CParameters CParameters List of all members.


Public Member Functions

  CFeatureStochasticEstimatedModel (CFeatureCalculator *properties, CFeatureQFunction *stateActionVisits, CActionSet *actions)
virtual  ~CFeatureStochasticEstimatedModel ()
virtual void  nextStep (CStateCollection *oldState, CAction *action, CStateCollection *nextState)
  Updates the Transitions for feature states.



Protected Attributes

CFeatureCalculator featCalc

Detailed Description

Estimated Model for feature States.

Implements the fuction nextStep for updating. CFeatureStochasticEstimatedModel updates all transitions for all combinations of start and end-states. The visit factor is calculated by multiplying the 2 feature factors of the specific start and end-features. To retrieve the state from the state collection the in the constructor given feature calculator is used.


Constructor & Destructor Documentation

CFeatureStochasticEstimatedModel::CFeatureStochasticEstimatedModel CFeatureCalculator properties,
CFeatureQFunction stateActionVisits,
CActionSet actions
 
virtual CFeatureStochasticEstimatedModel::~CFeatureStochasticEstimatedModel  )  [inline, virtual]
 

Member Function Documentation

virtual void CFeatureStochasticEstimatedModel::nextStep CStateCollection oldState,
CAction action,
CStateCollection nextState
[virtual]
 

Updates the Transitions for feature states.

Updates all transitions for all combinations of start and end-states. The visit factor used by doUpdateStep is calculated by multiplying the 2 feature factors of the specific start and end-features. To retrieve the state from the state collection the in the constructor given feature calculator is used.

Implements CAbstractFeatureStochasticEstimatedModel.


Member Data Documentation

CFeatureCalculator* CFeatureStochasticEstimatedModel::featCalc [protected]
 

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