⚡ GridMind-RL

● RUNNING

Industrial building energy management RL environment — OpenEnv compliant.

🔗 Quick Links

📡 API Endpoints

GET  /health           → health check
GET  /ping             → ping pong
GET  /state            → current environment state
GET  /replay           → episode replay data
GET  /grade            → episode grade score
GET  /feeder           → aggregate fleet status (for coordinator)
POST /coordinate       → apply price multipliers (for coordinator)
POST /simulate {action}→ predict next state (world model API)
POST /reset {task_id}  → start new episode
POST /step {action}    → take action