Files
Gymnasium/docs/tutorials/README.rst
2025-03-31 16:25:33 +01:00

10 lines
483 B
ReStructuredText

Tutorials
=========
We provide two sets of tutorials: basics and training.
* 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.