IBM / rl-testbed-for-energyplus

Reinforcement Learning Testbed for Power Consumption Optimization using EnergyPlus
MIT License
186 stars 77 forks source link

Add a requirements.txt to pin dependencies and ease installation #53

Closed antoine-galataud closed 3 years ago

antoine-galataud commented 3 years ago

A requirements.txt could be added to ease installation of python dependencies. A simple pip install -r requirements.txt would then be sufficient to resolve and install all of them.