Startup Survival Simulator
An OpenEnv-style startup management environment where an AI agent learns to balance
growth, burn, churn, morale, and revenue through a standard reset() /
step() / state() interface.
This deployment is judge-friendly out of the box: no setup, no secrets, and all core evaluation endpoints are live.
Quick Start
- Send
POST /resetto start a fresh episode. - Send
POST /stepwith an action likeincrease_marketing. - Use
GET /grader?task_name=survivalto score the current run.