Digitalized-Energy-Systems / opfgym

A gymnasium-compatible framework to create reinforcement learning (RL) environment for solving the optimal power flow (OPF) problem. Contains five OPF benchmark environments for comparable research.
https://opf-gym.readthedocs.io
MIT License
2 stars 0 forks source link

Add dataset class to sample from #10

Open thomaswolgast opened 3 weeks ago

thomaswolgast commented 3 weeks ago

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.

thomaswolgast commented 2 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?

thomaswolgast commented 1 week ago

Part of bigger issue #25