CoolFace
Apppublic

rishithayanidhi/datacenter-cooling-optimization

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes
App README

Data Center Cooling Optimization Environment

Autonomous AI environment for optimizing data center cooling using reinforcement learning.

Features

  • โ€”๐ŸŒก๏ธ Multi-zone temperature management
  • โ€”โšก Energy efficiency optimization
  • โ€”๐Ÿค– RL-based autonomous control
  • โ€”๐Ÿ“Š Real-time metrics and monitoring

API Endpoints

  • โ€”POST /reset - Reset environment
  • โ€”POST /step - Execute action
  • โ€”GET /state - Get current state
  • โ€”GET /health - Health check
  • โ€”GET /docs - Interactive API documentation

Environment Variables

  • โ€”API_BASE_URL: API endpoint (default: http://localhost:8000)
  • โ€”TASK_TYPE: Task difficulty - easy/medium/hard (default: easy)
  • โ€”MODEL_NAME: Model identifier (default: gpt-4-turbo)
  • โ€”HF_TOKEN: Hugging Face API token
  • โ€”OPENAI_API_KEY: OpenAI API key

Quick Start

The environment is deployed on Hugging Face Spaces and exposes a FastAPI server on port 8000.