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

CActionStatistics Class Reference

Actionstatistics - for comparison of policies and agent controllers. More...

#include <cactionstatistics.h>

List of all members.



Public Member Functions

  CActionStatistics ()
virtual  ~CActionStatistics ()
void  copy (CActionStatistics *stat)
  clones Actionstatistics

void  reset ()
  initializes Actionstatistics to zero



Public Attributes

double  probability
  propbability for this action

int  equal
  how many actions promise the same reward

int  superior
  how many actions pronise the more reward. if > 0 this action is not greedy

CAgentController owner
  the policy / agent controller which proposed this action

CAction action
  the action itself


Detailed Description

Actionstatistics - for comparison of policies and agent controllers.

Actionstatistics are used together with a

See also:
CMultiController to incoorporate prior knowledge and / or compare different policies

Constructor & Destructor Documentation

CActionStatistics::CActionStatistics  ) 
 
virtual CActionStatistics::~CActionStatistics  )  [inline, virtual]
 

Member Function Documentation

void CActionStatistics::copy CActionStatistics stat  ) 
 

clones Actionstatistics

void CActionStatistics::reset  ) 
 

initializes Actionstatistics to zero


Member Data Documentation

CAction* CActionStatistics::action
 

the action itself

int CActionStatistics::equal
 

how many actions promise the same reward

CAgentController* CActionStatistics::owner
 

the policy / agent controller which proposed this action

double CActionStatistics::probability
 

propbability for this action

int CActionStatistics::superior
 

how many actions pronise the more reward. if > 0 this action is not greedy


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