Rayugacodes commited on
Commit
7061620
·
verified ·
1 Parent(s): 90fb610

Benchmark: benchmark_results.json

Browse files
Files changed (1) hide show
  1. plots/benchmark_results.json +23 -0
plots/benchmark_results.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "baseline": {
3
+ "mean_reward": -35.27595965255516,
4
+ "std_reward": 307.12488362532207,
5
+ "positive_pct": 67.2,
6
+ "mean_latency_delta": 11.184,
7
+ "action_diversity": 1
8
+ },
9
+ "heuristic": {
10
+ "mean_reward": -35.29905965255515,
11
+ "std_reward": 307.1265379670056,
12
+ "positive_pct": 67.2,
13
+ "mean_latency_delta": 11.184,
14
+ "action_diversity": 2
15
+ },
16
+ "ai_strategist": {
17
+ "mean_reward": -35.276259652555154,
18
+ "std_reward": 307.12486193924184,
19
+ "positive_pct": 67.2,
20
+ "mean_latency_delta": 11.184,
21
+ "action_diversity": 1
22
+ }
23
+ }