# Tutorials Welcome to the OpenEnv tutorials! These guides will help you get started with using and building environments with OpenEnv. ## Getting Started If you're new to OpenEnv, we recommend starting with the [Getting Started](/auto_getting_started/index) series to understand the core concepts and basic usage patterns. ## Available Tutorials - **[OpenEnv Tutorial](openenv-tutorial.md)** - A comprehensive introduction to OpenEnv, covering installation, basic usage, and core concepts. - **[Wordle GRPO Training](wordle-grpo.md)** - Learn how to train an agent to play Wordle using Group Relative Policy Optimization (GRPO). - **[RL Training with 2048](rl-training-2048.md)** - Train a language model to play 2048 using GRPO reinforcement learning. *(GPU Required)* ```{toctree} :maxdepth: 2 :hidden: openenv-tutorial wordle-grpo rl-training-2048 ```