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
[FIXED] clarify doc about fixed size matrices / graphs #330
[FIXED] improved the behaviour of obs._get_bus_id and obs._aux_fun_get_bus : when some objects were on busbar 2
they had a "wrong" bus id (it was lagged by 1) meaning an empty "bus" was introduced.
[FIXED] an issue with obs.state_of(...) when inspecting storage units
(see #340)
[FIXED] an issue with act0 + act1 when curtailment was applied
(see #340)
[FIXED] a slight "bug" in the formula to compute the redispatching cost for L2RPN 2022 competition.
[IMPROVED] possibility to pass the env variable _GRID2OP_FORCE_TEST to force the flag
of "test=True" when creating an environment. This is especially useful when testing to prevent
downloading of data.
[IMPROVED] support of "kwargs" backend arguments in MultiMixEnv see first
item of version 1.7.1 below