Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.38 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.38 KB

A Simplified Building Control Environment with a Reinforcement Learning Application

Repository to accompany "A Simplied Building Controls Environment with a Reinforcement Learning Application" paper submitted to IBPSA Rome 2019 Conference. Paper authors: Vasken Dermardiros, Scott Bucking and Andreas K. Athienitis.

Please consult the following links to be more accustomed to how OpenAI Gym and Tensorforce work:

To install, go to gym-BuildingControls folder and run the command:

pip install -e .

Cite SimplifiedBldgControlEnv

Please cite the framework as follows:

@inproceedings{dermardiros_ibpsa_2019,
  author       = {Dermardiros, Vasken and Bucking, Scott and Athienitis, Andreas K.},
  title        = {A {Simplified} {Building} {Control} {Environment} with a {Reinforcement} {Learning} {Application}},
  booktitle    = {Proceedings of {IBPSA} 2019, {Rome}, {Italy}},
  url          = {https://github.com/vderm/SimplifiedBldgControlEnv},
  year         = {2019}
}