Clone the repository with git
git clone https://github.com/flowcean/uc_energy.gitCreate a virtual environment and activate it
python3 -m venv venv
source ./venv/bin/activateInstall the package in editable mode
cd uc-energy
python -m pip install -e .With virtual environment activated run
python run.pyOn the first start, it will some time to download the datasets. Afterwards, it will start the simulation.
Results will be saved in the _outputs directory.
You can control number of steps and timeout of the file watcher with
python run.py steps 15 timeout 35