Skip to content

Release 0.6.0

Compare
Choose a tag to compare
@BDonnot BDonnot released this 07 Jun 15:20
· 49 commits to master since this release
31ba900
  • [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