|
6 | 6 | "source": [
|
7 | 7 | "# Grid2Op integration with existing frameworks\n",
|
8 | 8 | "\n",
|
9 |
| - "Try me out interactively with: [](https://mybinder.org/v2/gh/rte-france/Grid2Op/master)\n", |
| 9 | + "Try me out interactively with: [](https://mybinder.org/v2/gh/Grid2Op/grid2op/master)\n", |
10 | 10 | "\n",
|
11 | 11 | "\n",
|
12 | 12 | "**objectives** This notebooks briefly explains how to use grid2op with commonly used RL frameworks. It also explains the main methods / class of the `grid2op.gym_compat` module that ease grid2op integration with these frameworks.\n",
|
|
31 | 31 | "- https://github.com/PaddlePaddle/PARL/blob/develop/README.md (used by the winner teams of Neurips competitions !) Work in progress.\n",
|
32 | 32 | "- https://github.com/deepmind/acme\n",
|
33 | 33 | "\n",
|
34 |
| - "Note also that there is still the possibility to use past codes in the l2rpn-baselines repository: https://github.com/rte-france/l2rpn-baselines . This repository contains code snippets that can be reuse to make really nice agents on the l2rpn competitions. You can try it out :-) \n", |
| 34 | + "Note also that there is still the possibility to use past codes in the l2rpn-baselines repository: https://github.com/grid2op/l2rpn-baselines . This repository contains code snippets that can be reuse to make really nice agents on the l2rpn competitions. You can try it out :-) \n", |
35 | 35 | "\n",
|
36 | 36 | "<img src=\"https://colab.research.google.com/assets/colab-badge.svg\" width=\"200\">\n",
|
37 | 37 | "Execute the cell below by removing the `#` characters if you use google colab !\n",
|
|
912 | 912 | "cell_type": "markdown",
|
913 | 913 | "metadata": {},
|
914 | 914 | "source": [
|
915 |
| - "If you want to use another RL framework, let us know by filling a github issue template here: https://github.com/rte-france/Grid2Op/issues/new?assignees=&labels=enhancement&template=feature_request.md&title=\n", |
| 915 | + "If you want to use another RL framework, let us know by filling a github issue template here: https://github.com/Grid2Op/grid2op/issues/new?assignees=&labels=enhancement&template=feature_request.md&title=\n", |
916 | 916 | "\n",
|
917 |
| - "Even better, if you have used another RL framework, let us know and we will find a way to integrate your developement into this notebook ! You can write an issue https://github.com/rte-france/Grid2Op/issues/new?assignees=&labels=documentation&template=documentation.md&title= and explaining which framework you used and a minimal code example we could use" |
| 917 | + "Even better, if you have used another RL framework, let us know and we will find a way to integrate your developement into this notebook ! You can write an issue https://github.com/Grid2Op/grid2op/issues/new?assignees=&labels=documentation&template=documentation.md&title= and explaining which framework you used and a minimal code example we could use" |
918 | 918 | ]
|
919 | 919 | }
|
920 | 920 | ],
|
|
0 commit comments