yacahas96/wildfire-containment
0
๐ฅ 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
Quick Start
from envs.wildfire_env.client import WildfireEnvClient
client = WildfireEnvClient(base_url="https://yacahas96-wildfire-containment.hf.space")
result = client.reset()Full docs: GitHub repo
