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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[BREAKING] the info returned argument of env.step(...) function
does not have the unclear is_redispatching_illegal key. This key has been
replaced (without any change to its signification) with failed_redispatching
[FIXED] issue 713
[FIXED] pandapower 3 compatibility
[ADDED] compatibility with numpy 2, scipy >= 1.14 and python 3.13
[ADDED] some examples showing how grid2op can be use to solve some specific
kind of problem (related to N-1 safety and phase shift transformer).
[IMPROVED] clarity of the failed_redispatching key of the info returned value
of the env.step function (previously called is_redispatching_illegal which
was not clear)
[IMPROVED] way to load back class stored in json format
[IMPROVED] the way the Observation class can be overriden