File size: 769 Bytes
ff8fe78
 
 
 
8473681
 
 
027eee3
8473681
 
 
 
ff8fe78
 
 
 
 
2b5602d
 
 
 
 
ff8fe78
 
 
 
2b5602d
 
 
 
 
ff8fe78
 
 
2b5602d
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
version: "1.0"
name: "cloud-cost-guardian"
entry_point: "environment:CloudCostEnv"
env_type: "continuous"

server:
  host: "0.0.0.0"
  port: 7860
  reset_endpoint: "/reset"
  step_endpoint: "/step"
  health_endpoint: "/health"

tasks:
  - id: "daily_peaks"
    difficulty: "easy"
    path: "inference.py"
    target_score: 0.8
    grader:
      type: "threshold"
      metric: "avg_reward"
      threshold: 0.8

  - id: "weekly_budget"
    difficulty: "medium"
    path: "inference.py"
    target_score: 0.75
    grader:
      type: "threshold"
      metric: "avg_reward"
      threshold: 0.75

  - id: "chaos_mode"
    difficulty: "hard"
    path: "inference.py"
    target_score: 0.7
    grader:
      type: "threshold"
      metric: "avg_reward"
      threshold: 0.7