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

caction.h File Reference

#include <stdio.h>

#include <vector>

#include <list>

#include <map>

#include "cbaseobjects.h"

Go to the source code of this file.



Classes

class   CActionData
  interface for saving changable data of an action More...

class   CMultiStepActionData
  class for saving the duration and the finished flag from a MultiStepAction More...

class   CAction
  Class Representing an action the agent or any other SMDP can choose from. More...

class   CHierarchicalStack
  A list of Actions representing the actual hierarchical Stack. More...

class   CMultiStepAction
class   CPrimitiveAction
class   CExtendedAction
  This abstract class represents extended actions like behaviors or hierarchical SMDPs. More...

class   CActionSet
  class maintaining all the actions available for a certain object (normally a CActionObject like a controller) More...

class   CActionDataSet
  class for mantaining the action data objects of all actions of an action set More...

class   CActionList
  class for logging a sequence of actions More...



Defines

#define  EXTENDEDACTION   1
#define  MULTISTEPACTION   2
#define  PRIMITIVEACTION   4
#define  CONTINUOUSACTION   16
#define  CONTINUOUSSTATICACTION   32

Define Documentation

#define CONTINUOUSACTION   16
 
#define CONTINUOUSSTATICACTION   32
 
#define EXTENDEDACTION   1
 
#define MULTISTEPACTION   2
 
#define PRIMITIVEACTION   4