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

Continuos action space #32

Closed hermmanhender closed 3 months ago

hermmanhender commented 3 months ago

The action space is defined as a continuous space between [0,1]. This could be transform using a ActionTransform class to addapt the action output from the model to an actuator value for EnergyPlus.