Update tutorial ci (#1344)

This commit is contained in:
Mark Towers
2025-03-31 16:25:33 +01:00
committed by GitHub
parent eca63be3ce
commit 17bd3ff486
16 changed files with 412 additions and 381 deletions

View File

@@ -1,7 +1,9 @@
Tutorials
=========
In this section, we cover some of the most well-known benchmarks of RL including the Frozen Lake, Black Jack, and Training using REINFORCE for Mujoco.
Additionally, we provide a guide on how to load custom quadruped robot environments, implementing custom wrappers, creating custom environments, handling time limits, and training A2C with Vector Envs and Domain Randomization.
We provide two sets of tutorials: basics and training.
Lastly, there is a guide on third-party integrations with Gymnasium.
* 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.