File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments