Skip to content

Commit 7e030f2

Browse files
add the snake env to the docs / environments for the spaces
1 parent 790ab5e commit 7e030f2

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/environments.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,25 @@ The OpenEnv community has built a catalog of ready-to-run environments that cove
181181
</div>
182182
</div>
183183

184+
<div class="environment-card">
185+
<div class="environment-card__body">
186+
<span class="environment-card__tag">Snake</span>
187+
<p class="environment-card__description">
188+
Classic snake game environment for RL research with configurable grids, partial observability, and customizable rewards.
189+
</p>
190+
</div>
191+
<div class="environment-card__links">
192+
<a class="environment-card__icon" href="/OpenEnv/environments/snake/" aria-label="Snake docs">
193+
<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false">
194+
<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"/>
195+
</svg>
196+
</a>
197+
<a class="environment-card__icon environment-card__icon--hf" href="https://huggingface.co/spaces/Crashbandicoote2/snake_env" target="_blank" rel="noreferrer noopener" aria-label="Snake on Hugging Face">
198+
<img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" alt="" aria-hidden="true" />
199+
</a>
200+
</div>
201+
</div>
202+
184203
</div>
185204

186205
> 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

Comments
 (0)