Commit af7f58d
authored
Replace gym to gymnasium in reinforcement learning tutorial (#981)
In this PR, I replace the deprecated OpenAI Gym library with its
successor, [Gymnasium](https://gymnasium.farama.org/index.html).
The changes target the notebooks used for the reinforcement learning
tutorials, and the corresponding CI configurations have been updated
accordingly. I also verified that the execution results remain
consistent with those obtained using the previous Gym library.1 parent 66e4479 commit af7f58d
File tree
4 files changed
+180
-204
lines changed- .github/workflows
- docs/tutorials
- images
- scripts
4 files changed
+180
-204
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
Loading
0 commit comments