⚡ 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  /tasks            → list of tasks
GET  /metrics          → prometheus metrics
POST /reset {task_id}  → start new episode
POST /step {action}    → take action

📚 Links