Skip to content

Releases: rte-france/l2rpn-baselines

Release v0.8.0

24 Jul 14:42
b5d9f41
Compare
Choose a tag to compare

[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

Release v0.7.0

13 Jul 12:51
Compare
Choose a tag to compare
update curriculumagent

Release 0.6.0post1

05 Jul 13:25
de65e48
Compare
Choose a tag to compare

Fix issue with the PPO_SB3 agent when using a runner, particularly when no "heuristic" are used at inference time.

Release 0.6.0

07 Jun 15:20
31ba900
Compare
Choose a tag to compare
  • [BREAKING] name of the file inside the submodule are now lowercase (PEP 8 compliance)
    Use from l2rpn_baselines.[BASELINENAME] import [BASELINENAME] by replacing
    [BASELINENAME] with ... the baseline name (eg from l2rpn_baselines.DoNothing import DoNothing)
  • [FIXED] clean the documentation
  • [FIXED] some bugs (especially in the type of actions) for some agents
  • [ADDED] a code example to use stable baselines 3 (see l2rpn_baselines.PPO_SB3)
  • [ADDED] a code example to use RLLIB (see l2rpn_baselines.PPO_RLLIB)
  • [ADDED] an optimizer (see l2rpn_baselines.OptimCVXPY)
  • [ADDED] some issue templates
  • [ADDED] some examples in the "examples" folder

Release version 0.5.1

09 Apr 14:20
Compare
Choose a tag to compare

Compatibility with grid2op 1.5.0

Release version 0.5.0

09 Apr 14:18
83b0449
Compare
Choose a tag to compare
v0.5.0

Release v0.5.0

Release version 0.4.3

09 Apr 14:19
Compare
Choose a tag to compare
v0.4.3

Release v0.4.3

Release version 0.4.2

09 Apr 14:18
Compare
Choose a tag to compare
v0.4.2

Release v0.4.2

Release version 0.4.1

09 Apr 14:18
4678182
Compare
Choose a tag to compare
v0.4.1

Release v0.4.1

v0.4.0

10 Jun 09:31
Compare
Choose a tag to compare
updating for version 0.4.0