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.
[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 (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)