AgentX–AgentBeats / OpenEnv
ReasoningEconomicsEnv
A reinforcement learning environment for allocating reasoning tokens across multi-question episodes under a fixed compute budget.
This Space serves the environment as an API-first FastAPI app. Use the links below to inspect the schema, check runtime health, or query environment metadata.
Core endpoints
GET /healthreturns service status.GET /inforeturns observation/action-space metadata.POST /resetstarts a fresh episode.POST /stepadvances the environment by one allocation decision.