Files
Gymnasium/docs/tutorials/README.rst

8 lines
469 B
ReStructuredText
Raw Normal View History

2023-01-11 14:00:51 -06:00
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.
Lastly, there is a guide on third-party integrations with Gymnasium.