This repository contains the re-implementation of the building-MARL repository, where the entire pipeline is built as a CLI. It has all the functionality of the parent repository along with some additional features.
- Python (v >= 3.10.0)
- EnergyPlus 9.3.0
- A new virtual environment
- Activating your virtual environment
source path/to/your/env/bin/activate
- Installing dependencies
pip install -r requirements.txt
- Installing zr-obp
- Clone this repository
- Edit the
pyproject.toml
and changepython = ">=3.7.1,<3.10"
topython = ">=3.7.1,<3.11"
- Run
python setup.py install
- Verifying installation
- Run
python main.py --help
- If it displays the available commands on the terminal, without any errors you are good to go
- Run