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

CSelectiveExplorationCalculator Class Reference

#include <cexploration.h>

Inheritance diagram for CSelectiveExplorationCalculator:

CSemiMDPListener CParameterObject CParameters List of all members.


Public Member Functions

  CSelectiveExplorationCalculator (CQStochasticExplorationPolicy *explorationFunction)
virtual  ~CSelectiveExplorationCalculator ()
virtual void  nextStep (CStateCollection *state, CAction *action, CStateCollection *nextState)
  sends the Listener the S-A-S tuple from a new step

virtual void  newEpisode ()
  tells the Listener that a new Episode has startet.



Protected Attributes

CQStochasticExplorationPolicy explorationPolicy
double  attention

Constructor & Destructor Documentation

CSelectiveExplorationCalculator::CSelectiveExplorationCalculator CQStochasticExplorationPolicy explorationFunction  ) 
 
virtual CSelectiveExplorationCalculator::~CSelectiveExplorationCalculator  )  [virtual]
 

Member Function Documentation

virtual void CSelectiveExplorationCalculator::newEpisode  )  [virtual]
 

tells the Listener that a new Episode has startet.

Reimplemented from CSemiMDPListener.

virtual void CSelectiveExplorationCalculator::nextStep CStateCollection state,
CAction action,
CStateCollection nextState
[virtual]
 

sends the Listener the S-A-S tuple from a new step

Reimplemented from CSemiMDPListener.


Member Data Documentation

double CSelectiveExplorationCalculator::attention [protected]
 
CQStochasticExplorationPolicy* CSelectiveExplorationCalculator::explorationPolicy [protected]
 

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