Releases: Grid2op/l2rpn-baselines
Releases · Grid2op/l2rpn-baselines
Release v0.8.0
[0.8.0] - 2023-07-24
- [BREAKING] remove support for gym, use gymnasium instead (if you still want
gym it should be fine to installl2rpn-baselines
withpip 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
update curriculumagent
Release 0.6.0post1
Fix issue with the PPO_SB3
agent when using a runner, particularly when no "heuristic" are used at inference time.
Release 0.6.0
- [BREAKING] name of the file inside the submodule are now lowercase (PEP 8 compliance)
Usefrom l2rpn_baselines.[BASELINENAME] import [BASELINENAME]
by replacing
[BASELINENAME]
with ... the baseline name (egfrom 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
Compatibility with grid2op 1.5.0
Release version 0.5.0
v0.5.0 Release v0.5.0
Release version 0.4.3
v0.4.3 Release v0.4.3
Release version 0.4.2
v0.4.2 Release v0.4.2
Release version 0.4.1
v0.4.1 Release v0.4.1