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 example for security-constrained OPF #5

Closed thomaswolgast closed 1 month ago

thomaswolgast commented 1 month ago

Approach: Remove selected lines (N-1) and check for validness. Make sure to not change the original system -> copy.

Should be possible without any further problems