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.
The key has expired.
[0.8.0] - 2023-07-24
[BREAKING] remove support for gym, use gymnasium instead (if you still want
gym it should be fine to install l2rpn-baselines with pip install l2rpn_baselines --no-deps
and install gym elsewhere. But we do not recommend to do so)
[BREAKING] change the signature of the "GymEnvWithHeuristics.fix_action"
[FIXED] a "bug" due to the gymnasium / gym in grid2op
[FIXED] way to retrieve the learning rate from Adam (in keras)
[FIXED] PPO_RLLIB with new version of ray, rllib, gymnasium etc.
[ADDED] example for training a model based on the "l2rpn_idf_2023" environment