Guides#
Practical how-to guides for working with OpenEnv. These guides are task-oriented and help you accomplish specific goals.
Learn how to connect to and interact with OpenEnv environments.
Create your own custom environments for agentic training.
Using Environments#
Auto-Discovery (AutoEnv) - Automatically discover and load environments
Connecting to Servers - Connect via HTTP, Docker, or Hugging Face Spaces
Async vs Sync Usage - When and how to use async vs sync clients
Building Environments#
Your First Environment - Build a simple environment from scratch
Environment Anatomy - Deep dive into environment structure
Deployment - Deploy to Docker, Hugging Face Spaces, and registries
Training#
RL Framework Integration - Use OpenEnv with TRL, torchforge, and more
Reward Design - Design effective reward functions for your agents