Meta Reinforcement Learning tests based on Sinergym environments.
- Download and install EnergyPlus:
$ make download-eplus
$ make install-eplus- Check the current EnergyPlus version with:
$ make check-eplus- Install dependencies with Poetry:
$ make install- Open Poetry shell:
$ make shell- Check additional commands using:
$ make helpEdit scripts/run_sinergym.py for custom experimentation.
Execute the following command:
$ make run