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

Split power flow and optimal pf methods into two methods respectively #19

Closed thomaswolgast closed 1 week ago

thomaswolgast commented 1 week ago

Currently, the user has to return success when overwriting the method and set the flag for power_flow_available, which is easy to forget and also redundant!