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

CStateOutput Class Reference

#include <cagentlogger.h>

Inheritance diagram for CStateOutput:

CSemiMDPListener CStateObject CParameterObject CParameters List of all members.


Public Member Functions

  CStateOutput (CStateProperties *featCalc, FILE *output)
virtual  ~CStateOutput ()
virtual void  nextStep (CStateCollection *oldState, CAction *action, CStateCollection *nextState)
  sends the Listener the S-A-S tuple from a new step



Protected Attributes

FILE *  stream

Constructor & Destructor Documentation

CStateOutput::CStateOutput CStateProperties featCalc,
FILE *  output
 
virtual CStateOutput::~CStateOutput  )  [virtual]
 

Member Function Documentation

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

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

Reimplemented from CSemiMDPListener.


Member Data Documentation

FILE* CStateOutput::stream [protected]
 

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