Spaces:
Runtime error
Runtime error
Update openenv.yaml
Browse files- openenv.yaml +10 -0
openenv.yaml
CHANGED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: "DataCenterCooling-v1"
|
| 2 |
+
version: "1.0.0"
|
| 3 |
+
description: "Optimize data center server rack temperatures while minimizing total power consumption."
|
| 4 |
+
tasks:
|
| 5 |
+
- id: "task_1_easy"
|
| 6 |
+
description: "Cool down Rack 1 below 25 degrees Celsius."
|
| 7 |
+
- id: "task_2_medium"
|
| 8 |
+
description: "Cool down all 3 racks below 25 degrees Celsius."
|
| 9 |
+
- id: "task_3_hard"
|
| 10 |
+
description: "Cool down all 3 racks below 25 degrees Celsius while maintaining total power consumption under 500W."
|