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.
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!
Currently, the user has to return
success
when overwriting the method and set the flag forpower_flow_available
, which is easy to forget and also redundant!