HOG2
Classes | Enumerations
EpisodicSimulation.h File Reference
#include "UnitSimulation.h"
Include dependency graph for EpisodicSimulation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EpisodicSimulation< state, action, environment >
 

Enumerations

enum  tUnitOnTargetStatus { kNoTarget, kOutOfTravel, kReachedTarget, kNotOnTarget }
 A class where units repeatedly path from a start to a goal until they have stopped exploring/learning/etc. More...
 

Enumeration Type Documentation

◆ tUnitOnTargetStatus

A class where units repeatedly path from a start to a goal until they have stopped exploring/learning/etc.

Possible status of checking if a unit is on target

Enumerator
kNoTarget 
kOutOfTravel 
kReachedTarget 
kNotOnTarget 

Definition at line 24 of file EpisodicSimulation.h.