Spaces:
Sleeping
Sleeping
Commit Β·
ceecc09
1
Parent(s): ef02d88
fix: add HF Spaces metadata header to README
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# π CDN Cache Optimizer β OpenEnv RL Environment
|
| 2 |
|
| 3 |
An RL environment simulating **edge CDN cache management** β the exact problem companies like Meta solve at planetary scale. An agent manages a cache of limited size, deciding which files to evict when new content arrives, balancing **hit rate**, **bandwidth efficiency**, and **thrash avoidance**.
|
|
@@ -162,4 +173,4 @@ Using the built-in `smart_policy` (non-LLM baseline):
|
|
| 162 |
{"type": "START", "task_id": "task_easy", ...}
|
| 163 |
{"type": "STEP", "step": 0, "action": {...}, "reward": 1.0, ...}
|
| 164 |
{"type": "END", "total_reward": 87.3, "final_hit_rate": 0.72, "score": 1.0}
|
| 165 |
-
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Cdn Cache Optimizer
|
| 3 |
+
emoji: π
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
tags:
|
| 9 |
+
- openenv
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# π CDN Cache Optimizer β OpenEnv RL Environment
|
| 13 |
|
| 14 |
An RL environment simulating **edge CDN cache management** β the exact problem companies like Meta solve at planetary scale. An agent manages a cache of limited size, deciding which files to evict when new content arrives, balancing **hit rate**, **bandwidth efficiency**, and **thrash avoidance**.
|
|
|
|
| 173 |
{"type": "START", "task_id": "task_easy", ...}
|
| 174 |
{"type": "STEP", "step": 0, "action": {...}, "reward": 1.0, ...}
|
| 175 |
{"type": "END", "total_reward": 87.3, "final_hit_rate": 0.72, "score": 1.0}
|
| 176 |
+
```
|