IBM / rl-testbed-for-energyplus

Reinforcement Learning Testbed for Power Consumption Optimization using EnergyPlus
MIT License
177 stars 74 forks source link

Dockerfile for simple installation and experiment run #55

Closed antoine-galataud closed 3 years ago

antoine-galataud commented 3 years ago

This pull request provides a Dockerfile that can be used to setup a training environment in a single command. It also provides an isolated environment for safe execution and dependencies resolution (good bye python dependencies mess).

Running an experiment can be done inside the docker container the exact same way we'd do it locally.

Note: it requires #54 to be closed first at it relies on the presence of requirements.txt to install python packages.