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

CGraphController Class Reference

#include <csamplingbasedmodel.h>

Inheritance diagram for CGraphController:

CAgentController CActionObject CParameterObject CParameters List of all members.


Public Member Functions

  CGraphController (CActionSet *actionSet, CGraphDynamicProgramming *graph)
virtual  ~CGraphController ()
virtual CAction getNextAction (CStateCollection *state, CActionDataSet *dataSet)
  Virtual function for returning the action for the specified state, must be implemented by all subclasses.



Protected Attributes

CGraphDynamicProgramming graph

Constructor & Destructor Documentation

CGraphController::CGraphController CActionSet actionSet,
CGraphDynamicProgramming graph
 
virtual CGraphController::~CGraphController  )  [virtual]
 

Member Function Documentation

virtual CAction* CGraphController::getNextAction CStateCollection state,
CActionDataSet dataSet
[virtual]
 

Virtual function for returning the action for the specified state, must be implemented by all subclasses.

Implements CAgentController.


Member Data Documentation

CGraphDynamicProgramming* CGraphController::graph [protected]
 

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