Research & Papers

DataCenterGym: A Physics-Grounded Simulator for Multi-Objective Data Center Scheduling

A new simulator integrates thermal dynamics and power costs to optimize data center efficiency.

Deep Dive

A team of researchers, including Nilavra Pathak and Samadrita Biswas, has published a paper introducing DataCenterGym, a novel simulation environment designed to revolutionize how AI schedules jobs across global data centers. Unlike traditional schedulers that treat compute, cooling, and power in isolation, this simulator is 'physics-grounded,' meaning it models the tight coupling between server utilization, heat generation, cooling demand, and energy consumption. It integrates complex factors like building thermal dynamics and temperature-dependent hardware degradation into a standard Gymnasium interface, making it a reusable testbed for AI and reinforcement learning research.

The team also developed a Hierarchical Model Predictive Control (H-MPC) scheduling algorithm that works within the simulator. This algorithm performs distributed job placement while explicitly accounting for the thermal and electrical dynamics modeled by DataCenterGym. In experiments, H-MPC demonstrated improved scheduling performance over baseline methods, particularly in scenarios with variable workloads and electricity prices across different geographical sites. The work addresses a critical gap in data center operations, where optimizing for compute efficiency alone can lead to massive, unaccounted-for energy and cooling costs.

Key Points
  • Simulator integrates compute, thermal, and power dynamics in a single Gymnasium-compatible environment for AI training.
  • Includes a novel H-MPC algorithm that improves scheduling by accounting for real-world physics like heat buildup.
  • Provides a standardized testbed for future research into multi-objective optimization, targeting reduced PUE and operational costs.

Why It Matters

This enables AI-driven optimization of massive data center operations, potentially saving billions in energy costs and reducing carbon footprint.