8000 GitHub - airboxlab/hopes: HOPES: HVAC optimization with Off-Policy Evaluation and Selection
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

airboxlab/hopes

Repository files navigation

tests coverage License: MIT

HOPES

Docs

What is HOPES?

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.

Installation

Supported Python versions: 3.10+

From PyPI

pip install hopes

From source (development version)

git clone https://github.com/airboxlab/hopes.git
cd hopes
# using poetry
poetry install
# using pip
pip install -r requirements.txt

About

HOPES: HVAC optimization with Off-Policy Evaluation and Selection

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0