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 easy way to create multi-stage OPF and security-constrained OPF #28

Open thomaswolgast opened 4 days ago

thomaswolgast commented 4 days ago

Both can be manually implemented, but quite complicated. Better would be a standard way to transform an OPF into these more advanced concepts.

Options:

Important to consider: While the security-constrained OPF is quite clear, there are some open design decisions in the multi-stage OPF. For example, should the agent be able to observe all steps from the beginning, including future steps, or only the current step? Ideally, the implemented option is customizable.