.. _model_free_rl: 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 gymnasium environment, for example using :ref:`openai-gym`. And then use some libaries available, for example `Stable Baselines `_ or `RLLIB `_ Some examples are given in "l2rpn-baselines": - `PPO with RLLIB `_ - `PPO with stable-baselines3 `_ .. include:: final.rst