You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a deprecation with numpy>= 1.24 (egnp.bool and np.str), related to #393
Additions
the baseAgent class now has two new template methods save_state and load_state to save and
load the agent's state during Grid2op simulations. Examples can be found in L2RPN baselines (PandapowerOPFAgent and curriculumagent).
Improvments
improved error messages in pandapower backend when the grid do not converge due to disconnected generators or loads.