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
[ADDED] some classes that can be used to reproduce exactly what happened in a previously run environment
see grid2op.Chronics.FromOneEpisodeData and grid2op.Opponent.FromEpisodeDataOpponent
and grid2op.Chronics.FromMultiEpisodeData
[ADDED] An helper function to get the kwargs to disable the opponent (see grid2op.Opponent.get_kwargs_no_opponent())
[IMPROVED] doc of obs.to_dict and obs.to_json (see #509)