flexRL is an implementation of flexABLE framework with DRL implementation for storage units.
First clone the repository:
git clone https://github.com/INATECH-CIG/storage-flexRL.git
Next, navigate to the cloned directory:
cd $where you cloned the repo$
Now, create a conda environment:
conda env create -f environment.yml
Afterwards, activate the environment:
conda activate flexrl
After these steps you can also run the example simulation:
python main.py
Copyright 2021-2023 Nick Harder
ASSUME is licensed under the GNU Affero General Public License v3.0