Closed javiarrobas closed 3 years ago
The number of forecasting steps should be of the number of look-ahead prediction steps PLUS1 for the actual time. This is to correct this line: https://github.com/ibpsa/project1-boptest-gym/blob/4989610105a119423d427d20e44bd01b324b692d/boptestGymEnv.py#L179 To be: int(self.forecasting_period/self.step_period)+1
The number of forecasting steps should be of the number of look-ahead prediction steps PLUS1 for the actual time. This is to correct this line: https://github.com/ibpsa/project1-boptest-gym/blob/4989610105a119423d427d20e44bd01b324b692d/boptestGymEnv.py#L179 To be: int(self.forecasting_period/self.step_period)+1