Tutorials#
New to OpenEnv? Start Here#
The Getting Started Series walks you from zero to deploying your own environment in five short parts. No GPU required.
Part |
What it covers |
|---|---|
What OpenEnv is, why it exists, and your first environment in under 10 minutes |
|
Connect to environments, create policies, run evaluations |
|
Create a custom environment from scratch |
|
Package with Docker and deploy to Hugging Face |
|
Publish, fork, and share environments on the Hub |
Topic Tutorials#
Already familiar with the basics? These tutorials cover specific workflows in depth.
Tutorial |
What it covers |
GPU |
Notebook |
|---|---|---|---|
Full introduction to OpenEnv: install, connect to a hosted environment, step through an episode, define a reward function, and run a basic training loop. |
No |
||
The full pipeline: connect to |
Yes |
||
Consume and build MCP-backed environments: list and call tools through |
No |
||
Compose reward functions from reusable pieces using |
No |
||
Train an agent to play Wordle using GRPO via TRL’s |
Yes |
||
Train a language model to play 2048 using GRPO. Covers game-state representation and reward shaping. |
Yes |
— |
|
Wrap an OpenEnv environment in an Inspect AI |
No |