|
1 | | ---8<-- "../src/envs/README.md" |
| 1 | +# Environments |
2 | 2 |
|
| 3 | +The OpenEnv community has built a catalog of ready-to-run environments that cover deterministic smoke tests, full developer workflows, and multi-step reasoning challenges. Explore the surface area below and jump directly into the guides for each environment. |
| 4 | + |
| 5 | +<div class="environment-grid"> |
| 6 | + <div class="environment-card"> |
| 7 | + <div class="environment-card__body"> |
| 8 | + <span class="environment-card__tag">Echo</span> |
| 9 | + <p class="environment-card__description"> |
| 10 | + Minimal observation/action loop for verifying client integrations, CI pipelines, and onboarding flows in seconds. |
| 11 | + </p> |
| 12 | + </div> |
| 13 | + <div class="environment-card__links"> |
| 14 | + <a class="environment-card__icon" href="/environments/echo/" aria-label="Echo docs"> |
| 15 | + <svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"> |
| 16 | + <path d="M6 3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V9l-6-6H6zm8 1.5L18.5 9H14V4.5z" fill="currentColor"/> |
| 17 | + </svg> |
| 18 | + </a> |
| 19 | + <a class="environment-card__icon environment-card__icon--hf" href="https://huggingface.co/spaces/openenv/echo_env" target="_blank" rel="noreferrer noopener" aria-label="Echo on Hugging Face"> |
| 20 | + <img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" alt="" aria-hidden="true" /> |
| 21 | + </a> |
| 22 | + </div> |
| 23 | + </div> |
| 24 | + |
| 25 | + <div class="environment-card"> |
| 26 | + <div class="environment-card__body"> |
| 27 | + <span class="environment-card__tag">Coding</span> |
| 28 | + <p class="environment-card__description"> |
| 29 | + Secure sandbox with filesystem access and evaluation hooks for executing generated code and building autonomous dev workflows. |
| 30 | + </p> |
| 31 | + </div> |
| 32 | + <div class="environment-card__links"> |
| 33 | + <a class="environment-card__icon" href="/environments/coding/" aria-label="Coding docs"> |
| 34 | + <svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"> |
| 35 | + <path d="M6 3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V9l-6-6H6zm8 1.5L18.5 9H14V4.5z" fill="currentColor"/> |
| 36 | + </svg> |
| 37 | + </a> |
| 38 | + <a class="environment-card__icon environment-card__icon--hf" href="https://huggingface.co/spaces/openenv/coding_env" target="_blank" rel="noreferrer noopener" aria-label="Coding on Hugging Face"> |
| 39 | + <img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" alt="" aria-hidden="true" /> |
| 40 | + </a> |
| 41 | + </div> |
| 42 | + </div> |
| 43 | + |
| 44 | + <div class="environment-card"> |
| 45 | + <div class="environment-card__body"> |
| 46 | + <span class="environment-card__tag">Chat</span> |
| 47 | + <p class="environment-card__description"> |
| 48 | + Message-driven loop tailored for conversational agents that need structured turns, safety rails, and message attribution. |
| 49 | + </p> |
| 50 | + </div> |
| 51 | + <div class="environment-card__links"> |
| 52 | + <a class="environment-card__icon" href="/environments/chat/" aria-label="Chat docs"> |
| 53 | + <svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"> |
| 54 | + <path d="M6 3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V9l-6-6H6zm8 1.5L18.5 9H14V4.5z" fill="currentColor"/> |
| 55 | + </svg> |
| 56 | + </a> |
| 57 | + <a class="environment-card__icon environment-card__icon--hf" href="https://huggingface.co/spaces/openenv/chat_env" target="_blank" rel="noreferrer noopener" aria-label="Chat on Hugging Face"> |
| 58 | + <img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" alt="" aria-hidden="true" /> |
| 59 | + </a> |
| 60 | + </div> |
| 61 | + </div> |
| 62 | + |
| 63 | + <div class="environment-card"> |
| 64 | + <div class="environment-card__body"> |
| 65 | + <span class="environment-card__tag">Atari</span> |
| 66 | + <p class="environment-card__description"> |
| 67 | + Classic Arcade Learning Environment tasks packaged for fast benchmarking of reinforcement-learning style agents. |
| 68 | + </p> |
| 69 | + </div> |
| 70 | + <div class="environment-card__links"> |
| 71 | + <a class="environment-card__icon" href="/environments/atari/" aria-label="Atari docs"> |
| 72 | + <svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"> |
| 73 | + <path d="M6 3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V9l-6-6H6zm8 1.5L18.5 9H14V4.5z" fill="currentColor"/> |
| 74 | + </svg> |
| 75 | + </a> |
| 76 | + <a class="environment-card__icon environment-card__icon--hf" href="https://huggingface.co/spaces/openenv/atari_env" target="_blank" rel="noreferrer noopener" aria-label="Atari on Hugging Face"> |
| 77 | + <img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" alt="" aria-hidden="true" /> |
| 78 | + </a> |
| 79 | + </div> |
| 80 | + </div> |
| 81 | + |
| 82 | + <div class="environment-card"> |
| 83 | + <div class="environment-card__body"> |
| 84 | + <span class="environment-card__tag">OpenSpiel</span> |
| 85 | + <p class="environment-card__description"> |
| 86 | + Multi-agent, game-theory workloads powered by DeepMind’s OpenSpiel suite, ideal for search and self-play experiments. |
| 87 | + </p> |
| 88 | + </div> |
| 89 | + <div class="environment-card__links"> |
| 90 | + <a class="environment-card__icon" href="/environments/openspiel/" aria-label="OpenSpiel docs"> |
| 91 | + <svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"> |
| 92 | + <path d="M6 3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V9l-6-6H6zm8 1.5L18.5 9H14V4.5z" fill="currentColor"/> |
| 93 | + </svg> |
| 94 | + </a> |
| 95 | + <a class="environment-card__icon environment-card__icon--hf" href="https://huggingface.co/spaces/openenv/openspiel_env" target="_blank" rel="noreferrer noopener" aria-label="OpenSpiel on Hugging Face"> |
| 96 | + <img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" alt="" aria-hidden="true" /> |
| 97 | + </a> |
| 98 | + </div> |
| 99 | + </div> |
| 100 | + |
| 101 | + <div class="environment-card"> |
| 102 | + <div class="environment-card__body"> |
| 103 | + <span class="environment-card__tag">SUMO-RL</span> |
| 104 | + <p class="environment-card__description"> |
| 105 | + Traffic control scenarios with SUMO simulators for agents that reason about continuous control and scheduling. |
| 106 | + </p> |
| 107 | + </div> |
| 108 | + <div class="environment-card__links"> |
| 109 | + <a class="environment-card__icon" href="/environments/sumo/" aria-label="SUMO-RL docs"> |
| 110 | + <svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"> |
| 111 | + <path d="M6 3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V9l-6-6H6zm8 1.5L18.5 9H14V4.5z" fill="currentColor"/> |
| 112 | + </svg> |
| 113 | + </a> |
| 114 | + <a class="environment-card__icon environment-card__icon--hf" href="https://huggingface.co/spaces/openenv/sumo_rl_env" target="_blank" rel="noreferrer noopener" aria-label="SUMO-RL on Hugging Face"> |
| 115 | + <img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" alt="" aria-hidden="true" /> |
| 116 | + </a> |
| 117 | + </div> |
| 118 | + </div> |
| 119 | + |
| 120 | + <div class="environment-card"> |
| 121 | + <div class="environment-card__body"> |
| 122 | + <span class="environment-card__tag">FinRL</span> |
| 123 | + <p class="environment-card__description"> |
| 124 | + Financial market simulations with portfolio APIs, perfect for RLHF strategies and algorithmic trading experiments. |
| 125 | + </p> |
| 126 | + </div> |
| 127 | + <div class="environment-card__links"> |
| 128 | + <a class="environment-card__icon" href="/environments/finrl/" aria-label="FinRL docs"> |
| 129 | + <svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"> |
| 130 | + <path d="M6 3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V9l-6-6H6zm8 1.5L18.5 9H14V4.5z" fill="currentColor"/> |
| 131 | + </svg> |
| 132 | + </a> |
| 133 | + <a class="environment-card__icon environment-card__icon--hf" href="https://huggingface.co/spaces/openenv/finrl_env" target="_blank" rel="noreferrer noopener" aria-label="FinRL on Hugging Face"> |
| 134 | + <img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" alt="" aria-hidden="true" /> |
| 135 | + </a> |
| 136 | + </div> |
| 137 | + </div> |
| 138 | + |
| 139 | + <div class="environment-card"> |
| 140 | + <div class="environment-card__body"> |
| 141 | + <span class="environment-card__tag">TextArena</span> |
| 142 | + <p class="environment-card__description"> |
| 143 | + Multi-task text arena for language-game competitions such as Wordle, reasoning puzzles, and program synthesis. |
| 144 | + </p> |
| 145 | + </div> |
| 146 | + <div class="environment-card__links"> |
| 147 | + <a class="environment-card__icon" href="/environments/textarena/" aria-label="TextArena docs"> |
| 148 | + <svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"> |
| 149 | + <path d="M6 3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V9l-6-6H6zm8 1.5L18.5 9H14V4.5z" fill="currentColor"/> |
| 150 | + </svg> |
| 151 | + </a> |
| 152 | + <a class="environment-card__icon environment-card__icon--hf" href="https://huggingface.co/spaces/openenv/textarena_env" target="_blank" rel="noreferrer noopener" aria-label="TextArena on Hugging Face"> |
| 153 | + <img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" alt="" aria-hidden="true" /> |
| 154 | + </a> |
| 155 | + </div> |
| 156 | + </div> |
| 157 | + |
| 158 | + <div class="environment-card"> |
| 159 | + <div class="environment-card__body"> |
| 160 | + <span class="environment-card__tag">Git</span> |
| 161 | + <p class="environment-card__description"> |
| 162 | + Teaches agents to navigate repositories, inspect diffs, and land changes via Git-native operations. |
| 163 | + </p> |
| 164 | + </div> |
| 165 | + <div class="environment-card__links"> |
| 166 | + <a class="environment-card__icon" href="/environments/git/" aria-label="Git docs"> |
| 167 | + <svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"> |
| 168 | + <path d="M6 3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V9l-6-6H6zm8 1.5L18.5 9H14V4.5z" fill="currentColor"/> |
| 169 | + </svg> |
| 170 | + </a> |
| 171 | + <a class="environment-card__icon environment-card__icon--hf" href="https://huggingface.co/spaces/openenv/git_env" target="_blank" rel="noreferrer noopener" aria-label="Git on Hugging Face"> |
| 172 | + <img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" alt="" aria-hidden="true" /> |
| 173 | + </a> |
| 174 | + </div> |
| 175 | + </div> |
| 176 | + |
| 177 | + <div class="environment-card"> |
| 178 | + <div class="environment-card__body"> |
| 179 | + <span class="environment-card__tag">DIPG Safety</span> |
| 180 | + <p class="environment-card__description"> |
| 181 | + Safety-critical diagnostics from the DIPG benchmark, highlighting guardrails, adversarial prompts, and risk scoring. |
| 182 | + </p> |
| 183 | + </div> |
| 184 | + <div class="environment-card__links"> |
| 185 | + <a class="environment-card__icon" href="/environments/dipg/" aria-label="DIPG Safety docs"> |
| 186 | + <svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"> |
| 187 | + <path d="M6 3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V9l-6-6H6zm8 1.5L18.5 9H14V4.5z" fill="currentColor"/> |
| 188 | + </svg> |
| 189 | + </a> |
| 190 | + <a class="environment-card__icon environment-card__icon--hf" href="https://huggingface.co/spaces/openenv/dipg_safety_env" target="_blank" rel="noreferrer noopener" aria-label="DIPG Safety on Hugging Face"> |
| 191 | + <img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" alt="" aria-hidden="true" /> |
| 192 | + </a> |
| 193 | + </div> |
| 194 | + </div> |
| 195 | + |
| 196 | +</div> |
| 197 | + |
| 198 | +> Want to publish your own environment? Head over to the [Build Your Own Environment](environment-builder.md) guide for a step-by-step walkthrough. |
0 commit comments