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

CAdaptiveTargetGraphController Class Reference

#include <csamplingbasedmodel.h>

Inheritance diagram for CAdaptiveTargetGraphController:

CAgentController CActionObject CParameterObject CParameters List of all members.


Public Member Functions

  CAdaptiveTargetGraphController (CActionSet *actionSet, CGraphAdaptiveTargetDynamicProgramming *adaptiveGraph)
virtual  ~CAdaptiveTargetGraphController ()
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

CGraphAdaptiveTargetDynamicProgramming adaptiveGraph

Constructor & Destructor Documentation

CAdaptiveTargetGraphController::CAdaptiveTargetGraphController CActionSet actionSet,
CGraphAdaptiveTargetDynamicProgramming adaptiveGraph
 
virtual CAdaptiveTargetGraphController::~CAdaptiveTargetGraphController  )  [virtual]
 

Member Function Documentation

virtual CAction* CAdaptiveTargetGraphController::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

CGraphAdaptiveTargetDynamicProgramming* CAdaptiveTargetGraphController::adaptiveGraph [protected]
 

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