HOPES - HVAC optimisation with Off-Policy Evaluation and Selection - is a Python package for evaluating and selecting RL-based control policies. It offers a set of estimators and tools to evaluate the performance of a target policy, compared to a set of baseline policies (characterized by an offline logged dataset), using off-policy evaluation techniques. It's particularly suited for the context of HVAC control, where the target policy is a n RL-based controller and the baseline policies are rule-based controllers.
Supported Python versions: 3.10+
pip install hopes
git clone https://github.com/airboxlab/hopes.git
cd hopes
# using poetry
poetry install
# using pip
pip install -r requirements.txt