RL-EmsPy
RL-EmsPy copied to clipboard
API for RL algorithm design & testing of BCA (Building Control Agent) HVAC on EnergyPlus building energy simulator by wrapping their EMS Python API
Dear @mechyai Thank you for your great work! In the RL-EmsPy-main\example_usage\simple_emspy_control.py, your wrote tc_actuators defination below. tc_actuators = { # HVAC Control Setpoints 'zn0_cooling_sp': [('Zone Temperature Control', 'Cooling Setpoint', zn0)],...
Dear @mechyai Thank for your great work! In your samples of RL-Emspy, only random thermalstatic control was applied in a Zone by RL. But could you tell me how to...
Hi @mechyai, I'm trying to replicate some papers that use different target setpoints. https://github.com/mechyai/RL-EmsPy/blob/01984a9bc37f35991073e17cf715687896d6ea8d/example_usage/simple_emspy_control.py#L96-L107 For example, a paper controls the supply air set point temperature of a VRF system. Where...