Model Free Reinforcement Learning

Warning

This page is in progress. We welcome any contribution :-)

See some example in “l2rpn-baselines” package for now !

The main idea is first to convert the grid2op environment to a gym environment, for example using Compatibility with gymnasium / gym. And then use some libaries available, for example Stable Baselines or RLLIB

Some examples are given in “l2rpn-baselines”: