10 #ifndef RL_SCHEDULER_TEMPERATURE_DIMENSION_H 11 #define RL_SCHEDULER_TEMPERATURE_DIMENSION_H 28 size_t nbOfPositions{800};
size_t getNumberOfPositions() override
returns the number of possible positions along that dimension
TemperatureDimension(int nbPos)
Mdp::statePosition_t getPosition() override
gets the position of the state along that dimension
std::string getName() override
returns the name of that dimension
this models a dimension in the state space.