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

Simplify and clarify data range and sampling #8

Open thomaswolgast opened 3 weeks ago

thomaswolgast commented 3 weeks ago

Currently, it is not obvious why and how the data range needs to be defined. This indicates some room for improvement.

Together with this, also simplify the benchmark/example environments by removing unnecessary code.

thomaswolgast commented 1 week ago

Highly related to data sampling issue #10