Skip to content

Release v0.8.0

Latest
Compare
Choose a tag to compare
@BDonnot BDonnot released this 24 Jul 14:42
· 9 commits to master since this release
b5d9f41

[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