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

Multi Thermal Zones #29

Closed hermmanhender closed 1 month ago

hermmanhender commented 1 month ago

Add the functionality of works with multiple thermal zones, identifying each agent with a zone and using observations defined for each agent. Also, the reward must to be calculated considering the energy and comfort demanded in all the building.

hermmanhender commented 1 month ago

This was added in the lastest versions.