rdnfn / beobench

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

Move config files to beobench_contrib #57

Closed rdnfn closed 2 years ago

rdnfn commented 2 years ago

Problem

Currently, there are two locations with experiment files.

Potential Solution

Move all experiment files to folder in beobench_contrib.

rdnfn commented 2 years ago

An alternative solution has been used: package config files are now in only in beobench/data/configs and custom experiment configs may be added at a later to beobench_contrib.

This has been added in v0.4.3 🚀