--- title: HuggingEnvs emoji: ๐Ÿค— colorFrom: yellow colorTo: purple sdk: static pinned: false license: mit --- ![HuggingEnvs Banner](https://cdn-uploads.huggingface.co/production/uploads/6442d975ad54813badc1ddf7/0bl7almg7W83qalL7U0BP.png) [![๐Ÿ’ป Code](https://img.shields.io/badge/Code-HuggingEnvs-181717?style=for-the-badge&logo=github&logoColor=white)](https://github.com/adithya-s-k/HuggingEnvs) [![๐Ÿ“– Guide](https://img.shields.io/badge/Guide-The_Ultimate_Guide_to_RL_Environments-FFD21E?style=for-the-badge&logo=huggingface&logoColor=black)](https://huggingface.co/spaces/AdithyaSK/rl-environments-guide) [![๐ŸŽฅ Slides](https://img.shields.io/badge/Slides-RL_Environments_101-6B4FBB?style=for-the-badge&logo=huggingface&logoColor=white)](https://huggingface.co/spaces/AdithyaSK/rl-environments-101-slides) # ๐Ÿค— HuggingEnvs: Open RL Environments HuggingEnvs is a home for **end-to-end RL environment recipes**, built to make it easier to **explore, reproduce, train, and evaluate agent systems**. Explore complete and reproducible environment projects from us and the community, including: * ๐ŸŒ **Open RL environments** * ๐Ÿงฉ **End-to-end environment recipes** * ๐Ÿ’ป **Complete implementations** * ๐Ÿ“ฆ **Models, datasets, and artifacts** * ๐Ÿงช **Training and evaluation setups** * ๐Ÿš€ **Demos and Spaces** * ๐Ÿ“š **Tutorials and guides** All the reproducible code โ€” environments, rollouts, training configs, notebooks, article and slide sources โ€” lives in one repo: **[github.com/adithya-s-k/HuggingEnvs](https://github.com/adithya-s-k/HuggingEnvs)**. The artifacts those produce live here on the Hub. # HuggingEnvs Projects A growing collection of open projects, environments, resources, and artifacts. | Project | What it is | Explore | | :------------------------- | :----------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------ | | **HuggingEnvs Academy** | Articles, guides, tutorials, slides, and hands-on resources for learning how to build RL environments and agent systems. | [Explore โ†’](https://huggingface.co/collections/HuggingEnvs/huggingenvs-academy) | | **Data Agent** | Training SLMs for data science with multi-harness RL environments. | [Explore โ†’](https://huggingface.co/collections/HuggingEnvs/data-agent) | # Articles & Talks | | What it covers | Read / Watch | | :--- | :--- | :--- | | ๐Ÿ“– **The Ultimate Guide to RL Environments** | Building and scaling RL environments in the LLM era โ€” how frameworks are built, how rewards are wired, how they scale to thousands of concurrent sessions. | [Read โ†’](https://huggingface.co/spaces/AdithyaSK/rl-environments-guide) | | ๐ŸŽž๏ธ **RL Environments 101** | From "what is an env?" to training your own: RL fundamentals โ†’ environment anatomy โ†’ OpenEnv โ†’ training with TRL. | [Watch โ†’](https://huggingface.co/spaces/AdithyaSK/rl-environments-101-slides) | | ๐Ÿ“ˆ **Scaling RL for LLMs** | RL environments and RL training โ€” what an environment is, how reward hacking happens, how to train against your own. AMD AI Dev Day. | [Watch โ†’](https://huggingface.co/spaces/AdithyaSK/scaling-rl-for-llms-amd-ai-dev-day) | | ๐Ÿ”€ **Multi-Harness Training** | OpenEnv ร— Harbor โ€” why an environment's failure model decides whether it can be trained against. | [Watch โ†’](https://huggingface.co/spaces/AdithyaSK/multi-harness-training-slides) | # Environments Three reference environments, each implemented across six frameworks โ€” `openenv`, `ors`, `nemo_gym`, `verifiers`, `skyrl_gym`, `gem`. Same logic, six dialects. [Source โ†’](https://github.com/adithya-s-k/HuggingEnvs/tree/main/00-environments-101) | Environment | Tools | OpenEnv | ORS | NeMo Gym | | :--- | :--: | :--- | :--- | :--- | | **Jupyter agent** โ€” real code execution in an E2B sandbox | 4 | [Space](https://huggingface.co/spaces/AdithyaSK/jupyter-agent-openenv) | [Space](https://huggingface.co/spaces/AdithyaSK/jupyter-agent-ors) | [Space](https://huggingface.co/spaces/AdithyaSK/jupyter-agent-nemo-gym) | | **Wordle** โ€” multi-turn, pure Python, no backend | 1 | [Space](https://huggingface.co/spaces/AdithyaSK/wordle-openenv) | [Space](https://huggingface.co/spaces/AdithyaSK/wordle-ors) | [Space](https://huggingface.co/spaces/AdithyaSK/wordle-nemo-gym) | | **Desktop** โ€” computer-use, vision-driven Linux desktop | 19 | [Space](https://huggingface.co/spaces/AdithyaSK/desktop-openenv) | [Space](https://huggingface.co/spaces/AdithyaSK/desktop-ors) | โ€” | # Build your own Five agent skills turn a plain-English description into a runnable RL environment across four frameworks โ€” works with Claude Code, Cursor, Codex, OpenCode, Gemini CLI and others. ```bash npx skills add adithya-s-k/HuggingEnvs ``` **We're looking for new end-to-end recipes** โ€” a task, an environment, a training run, and honest results. [Contributing guide โ†’](https://github.com/adithya-s-k/HuggingEnvs/blob/main/CONTRIBUTING.md)