10 #ifndef RL_SCHEDULER_TIME_DIMENSION_H 11 #define RL_SCHEDULER_TIME_DIMENSION_H std::string getName() override
returns the name of that dimension
Mdp::statePosition_t getPosition() override
gets the position of the state along that dimension
TimeDimension(int nbOfPositions)
size_t getNumberOfPositions() override
returns the number of possible positions along that dimension
this models a dimension in the state space.