hermmanhender / eprllib

Repository that houses the program used to investigate the control of subsystems in homes based on a DRL model. The program uses the EnergyPlus Python API and Ray's Tune and RLlib libraries.
Other
1 stars 1 forks source link

Variables handles error #17

Closed hermmanhender closed 3 months ago

hermmanhender commented 7 months ago

Some of the variables handles are not define in the IDF file. it is necessary to slightly modify the IDF to add this variables.

/tests/Zone_Temperature_Control.py
hermmanhender commented 7 months ago

This are the errored variables:

got -1 handle, check your var/meter/actuator names:
(RolloutWorker pid=5299) > variables: {'To': 1, 'Ti': 15, 'v': -1, 'd': -1, 'RHo': 3, 'RHi': -1, 'pres': -1, 'occupancy': -1, 'ppd': -1}
(RolloutWorker pid=5299) > meters: {'heating_meter': -1, 'cooling_meter': -1}
(RolloutWorker pid=5299) > actuators: {'cooling_setpoint': 545, 'heating_serpoint': 544}