Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 772 Bytes

model_free.rst

File metadata and controls

19 lines (13 loc) · 772 Bytes

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 openai-gym. And then use some libaries available, for example Stable Baselines or RLLIB

Some examples are given in "l2rpn-baselines":