rdnfn / beobench

A toolkit providing easy and unified access to building control environments for reinforcement learning (RL).
https://beobench.readthedocs.io
MIT License
39 stars 4 forks source link

Enable installing agent requirements #71

Closed rdnfn closed 1 year ago

rdnfn commented 2 years ago

Problem

Currently agent scripts can only use already installed dependencies.

Potential Solution

Add option to install requirements from file and, in a second step, ideally also integrate this into the build process. For example by building the final container with sha hash of saved config attached to name. Note that this may not be necessary.

rdnfn commented 1 year ago

Closing as included in v0.5.3