Open thomaswolgast opened 3 weeks ago
Approach implemented in https://github.com/Digitalized-Energy-Systems/opfgym/tree/10-add-dataset-class-to-sample-from. However, not convinced this is the right way. Makes many things more complicated and maybe more difficult to understand for users?
Part of bigger issue #25
The idea is that the user can provide arbitrary custom datasets to the env. That makes the framework more modular and the base env class leaner. The Dataset class should be compatible with simbench profiles.