Files
Gymnasium/docs/tutorials/README.rst

10 lines
483 B
ReStructuredText
Raw Normal View History

2023-01-11 14:00:51 -06:00
Tutorials
=========
2025-03-31 16:25:33 +01:00
We provide two sets of tutorials: basics and training.
2025-03-31 16:25:33 +01:00
* The aim of the basics tutorials is to showcase the fundamental API of Gymnasium to help users implement it
* The most common application of Gymnasium is for training RL agents, the training tutorials aim to show a range of example implementations for different environments
Additionally, we provide the third party tutorials as a link for external projects that utilise Gymnasium that could help users.