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

CMatlabQAnalyzerLogger Class Reference

#include <ctestsuit.h>

Inheritance diagram for CMatlabQAnalyzerLogger:

CMatlabVAnalyzerLogger CTestSuiteEvaluatorLogger List of all members.


Public Member Functions

  CMatlabQAnalyzerLogger (CFeatureQFunction *l_qFunction, CFeatureCalculator *featCalc, CErrorSender *l_vLearner, CStateList *l_States, int l_dim1, int l_dim2, int l_part1, int l_part2, std::list< CStateModifier * > *l_modifiers)
  CMatlabQAnalyzerLogger (CFeatureVFunction *vFunction, CFeatureQFunction *l_qFunction, CFeatureCalculator *featCalc, CErrorSender *l_vLearner, CStateList *l_States, int l_dim1, int l_dim2, int l_part1, int l_part2, std::list< CStateModifier * > *l_modifiers)
virtual  ~CMatlabQAnalyzerLogger ()
virtual void  evaluate (string evaluationDirectory, int trial, int numEpisodes)
virtual void  startNewEvaluation (string evaluationDirectory, CParameters *parameters, int trial)
virtual void  addListenersToAgent (CSemiMDPSender *agent)
virtual void  removeListenersToAgent (CSemiMDPSender *agent)


Public Attributes

CVisitStateActionCounter visitStateActionCounterLearner


Protected Attributes

CFeatureQFunction qFunction
CFeatureQFunction saVisits
bool  delVFunction

Constructor & Destructor Documentation

CMatlabQAnalyzerLogger::CMatlabQAnalyzerLogger CFeatureQFunction l_qFunction,
CFeatureCalculator featCalc,
CErrorSender l_vLearner,
CStateList l_States,
int  l_dim1,
int  l_dim2,
int  l_part1,
int  l_part2,
std::list< CStateModifier * > *  l_modifiers
 
CMatlabQAnalyzerLogger::CMatlabQAnalyzerLogger CFeatureVFunction vFunction,
CFeatureQFunction l_qFunction,
CFeatureCalculator featCalc,
CErrorSender l_vLearner,
CStateList l_States,
int  l_dim1,
int  l_dim2,
int  l_part1,
int  l_part2,
std::list< CStateModifier * > *  l_modifiers
 
virtual CMatlabQAnalyzerLogger::~CMatlabQAnalyzerLogger  )  [virtual]
 

Member Function Documentation

virtual void CMatlabQAnalyzerLogger::addListenersToAgent CSemiMDPSender agent  )  [virtual]
 

Reimplemented from CMatlabVAnalyzerLogger.

virtual void CMatlabQAnalyzerLogger::evaluate string  evaluationDirectory,
int  trial,
int  numEpisodes
[virtual]
 

Reimplemented from CMatlabVAnalyzerLogger.

virtual void CMatlabQAnalyzerLogger::removeListenersToAgent CSemiMDPSender agent  )  [virtual]
 

Reimplemented from CMatlabVAnalyzerLogger.

virtual void CMatlabQAnalyzerLogger::startNewEvaluation string  evaluationDirectory,
CParameters parameters,
int  trial
[virtual]
 

Reimplemented from CMatlabVAnalyzerLogger.


Member Data Documentation

bool CMatlabQAnalyzerLogger::delVFunction [protected]
 
CFeatureQFunction* CMatlabQAnalyzerLogger::qFunction [protected]
 
CFeatureQFunction* CMatlabQAnalyzerLogger::saVisits [protected]
 
CVisitStateActionCounter* CMatlabQAnalyzerLogger::visitStateActionCounterLearner
 

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