Spaces:
Sleeping
Sleeping
File size: 670 Bytes
14032cc | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | name: "adaptive-cache-manager"
version: "1.0.0"
description: "An environment where an agent acts as a dynamic cache eviction policy."
entrypoint: "adaptive_cache.env:AdaptiveCacheEnv"
tasks:
- id: "cache-zipfian-easy"
description: "Manage a cache against a standard power-law distribution workload."
parameters:
task_level: "easy"
- id: "cache-sequential-medium"
description: "Manage a cache against a looping sequential scan that defeats LRU."
parameters:
task_level: "medium"
- id: "cache-shifting-hard"
description: "Manage a cache against abruptly changing working sets."
parameters:
task_level: "hard" |