Skip to content

AIS-Clemson/DRL-BEMS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building Energy Management System for Multi-VAV HVAC in Open Offices

2023-10-31


Training process monitoring


Citation

Recommended citation:

Wang H, Chen X, Vital N, et al. Energy Optimization for HVAC Systems in Multi-VAV Open Offices: A Deep Reinforcement Learning Approach[J]. arXiv preprint arXiv:2306.13333, 2023.

@article{wang2023energy, title={Energy Optimization for HVAC Systems in Multi-VAV Open Offices: A Deep Reinforcement Learning Approach}, author={Wang, Hao and Chen, Xiwen and Vital, Natan and Duffy, Edward and Razi, Abolfazl}, journal={arXiv preprint arXiv:2306.13333}, year={2023} }





Project Overview

we present a DRL-based HVAC control method to optimize building energy consumption in such floor plans. Our specifically designed open office model consists of multiple interconnected spaces, and the DRL algorithm is applied to control multiple VAV units jointly.

The global energy outlook is witnessing a continuous surge in the demand for energy resources, alongside a growing concern for environmental sustainability. With the world's population reaching 8 billion people, our consumption of energy has reached unprecedented levels. The excessive use of energy sources like coal, oil, and natural gas has resulted in the release of harmful greenhouse gases, contributing significantly to the critical issue of global warming. These emissions not only deplete our planet's limited resources but also exacerbate conflicts related to resource availability. This highlights the importance of more informed energy consumption, worldwide.




Despite the popularity of open-plan offices in commercial buildings, limited research has been conducted to address the importance of energy optimization in these types of spaces. For instance, VAV units in such offices often operate independently, without considering the interconnectivity of these spaces, which can result in a disparity in heating and cooling, with areas located close to vents receiving more ventilation-based heating/cooling, while spaces near windows receive more heat from solar radiation.






In short, the contributions of this paper can be summarized as follows:

We analyze the heat transfer features of connected spaces in open-plan offices and compare their energy consumption to offices with traditional closed floor plans. We offer a formulation for thermal energy exchange that suits open offices.

We propose a DRL-based control algorithm that simultaneously optimizes thermal comfort and energy efficiency using a multiple-input and multiple-output architecture. It resulted in a 37% reduction in HVAC energy consumption with less than 1% violation of the temperature comfort level and 2.5% violation of humidity comfort level. Note that our model is flexible and can trade off energy efficiency with comfort violation by controlling the tuning parameters.

The proposed model requires only minimal input variables, including the outdoor temperature, indoor temperature, time, and control signals. The action space is a binary vector to activate/inactivate enforcing temperature range, instead of using explicit set points. These two approaches make the framework concise and easily generalizable to other buildings. %easily employable.

We apply a heuristic reward policy to accelerate the training process and reduce the model complexity.

We introduce a penalty term in the cost function that penalizes frequent inconvenient on/off transitions to avoid discomfort and damage to the HVAC system.

Our model is computationally efficient and takes only about 7.75 minutes per epoch (about 40 minutes for 5 epochs) to train. It can be easily adapted to other open-plan offices, making it a universal solution for building energy optimization.






For the demonstration of this project, please see this link





Citation

Recommended citation:

Wang H, Chen X, Vital N, et al. Energy Optimization for HVAC Systems in Multi-VAV Open Offices: A Deep Reinforcement Learning Approach[J]. arXiv preprint arXiv:2306.13333, 2023.

@article{wang2023energy, title={Energy Optimization for HVAC Systems in Multi-VAV Open Offices: A Deep Reinforcement Learning Approach}, author={Wang, Hao and Chen, Xiwen and Vital, Natan and Duffy, Edward and Razi, Abolfazl}, journal={arXiv preprint arXiv:2306.13333}, year={2023} }

About

DRL based Building Energy Management System for universal deploying in any buildings with Multi-VAV system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 62.5%
  • Python 37.5%