CoolFace
Apppublic

madhuishere-123/datacenter-cooling-env

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes
30 commits on main
08efeaa6mo ago

fix: restore HF Spaces metadata header in README

trretretret
a7ba9876mo ago

polished README with scores, incident system docs

trretretret
4d68d2b6mo ago

v4: NL incident system - LLM reads weather/load/maintenance warnings

trretretret
fffa0c46mo ago

v3: physics thermostat, mean score 0.7954

trretretret
5f4d6676mo ago

Fix task_critical: reduce difficulty so episode runs full 150 steps

trretretret
77a4c926mo ago

v3: physics-aware thermostat, stability-maximizing, crash-preventing

trretretret
4b92aea6mo ago

fix: raise emergency threshold to 31C

trretretret
38ba9d86mo ago

fix: emergency override prevents thermal shutdown

trretretret
3a949916mo ago

fix: reduce LLM calls to every 5 steps to save tokens

trretretret
21342696mo ago

fix: remove task_rogue_detection from tasks.py

trretretret
f032a006mo ago

fix: remove rogue_detection from yaml and tasks

trretretret
3b083ff6mo ago

fix: compliant logging format, per-task steps, drop rogue detection

trretretret
991259f6mo ago

Add LLM-as-judge overseer, reward hacking detection, fix task lengths

trretretret
d8a10bd6mo ago

Fix openenv validate: pyproject.toml, uv.lock, server/app.py - all checks pass

trretretret
5f9cf8c6mo ago

Update openenv.yaml: add new tasks, carbon fields, overseer endpoints

trretretret
95e54dd6mo ago

Fix task_critical: reduce difficulty so model can actually learn

trretretret
41f35c86mo ago

Fix indentation in _compute_reward method

trretretret
13a9c5b6mo ago

Fix overseer detection thresholds for rogue task

trretretret
3e3253d6mo ago

Update inference with rogue detection task

trretretret
f99f7f46mo ago

Add AI Safety overseer + rogue detection task

trretretret
45cd7606mo ago

Add AI Safety: Overseer rogue agent detection + task_rogue_detection

trretretret
de6d0636mo ago

Fix: add required [START][STEP][END] log format for evaluation

trretretret
28db9086mo ago

v2: carbon awareness, cascading failures, task_critical, rich rewards

trretretret
07f5aaa6mo ago

v2: carbon awareness, cascading failures, task_critical, rich rewards

trretretret
841916a6mo ago

Force refresh: updated reward logic

trretretret
33b3d0c6mo ago

v2: carbon awareness, cascading failures, sensor noise, task_critical, rich rewards

trretretret
600aa186mo ago

Fix Docker build

trretretret
11f83cd6mo ago

Fix HF Space metadata

trretretret
09117ae6mo ago

Add complete datacenter cooling environment

trretretret
46310ce6mo ago

initial commit

madhuishere-123