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

cagent.h File Reference

#include <list>

#include "cagentcontroller.h"

#include "caction.h"

#include "cbaseobjects.h"

#include "chierarchiccontroller.h"

Go to the source code of this file.



Classes

class   CSemiMDPSender
  Class for sending the State-Action-State Tuple to the Listeners. More...

class   CSemiMarkovDecisionProcess
  Class for providing the general Functions for the learning Environment. More...

class   CHierarchicalSemiMarkovDecisionProcess
  Subclass of CSemiMarkovDecisionProcess, used for hierarchical Learning. More...

class   CAgent
  The class represents the main acting Object of the Learning System, the agent. More...

class   CHiearchicalAgent