CoolFace
Apppublic

yacahas96/wildfire-containment

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes
App README

๐Ÿ”ฅ Wildfire Containment โ€” OpenEnv Environment

A real-world RL environment where an AI agent acts as an incident commander, deploying limited firefighting resources to contain spreading wildfires.

Built to the OpenEnv spec.

API Endpoints

MethodPathDescription
POST/resetStart new episode
POST/stepExecute action
GET/stateEpisode metadata
POST/grade/{task_id}Score episode (1/2/3)
GET/healthLiveness probe

Quick Start

python
from envs.wildfire_env.client import WildfireEnvClient
client = WildfireEnvClient(base_url="https://yacahas96-wildfire-containment.hf.space")
result = client.reset()

Full docs: GitHub repo

yacahas96/wildfire-containment ยท CoolFace