Spaces:
Sleeping
Sleeping
Upload data/baseline_results.json with huggingface_hub
Browse files- data/baseline_results.json +56 -0
data/baseline_results.json
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"name": "random",
|
| 4 |
+
"episodes": 200,
|
| 5 |
+
"logical_correction_rate": 0.68,
|
| 6 |
+
"format_compliance_rate": 1.0,
|
| 7 |
+
"pymatching_beat_rate": 0.0,
|
| 8 |
+
"mean_total_reward": 0.5088333333333332,
|
| 9 |
+
"level": "L1_warmup"
|
| 10 |
+
},
|
| 11 |
+
{
|
| 12 |
+
"name": "zeros",
|
| 13 |
+
"episodes": 200,
|
| 14 |
+
"logical_correction_rate": 1.0,
|
| 15 |
+
"format_compliance_rate": 1.0,
|
| 16 |
+
"pymatching_beat_rate": 0.0,
|
| 17 |
+
"mean_total_reward": 0.8910000000000032,
|
| 18 |
+
"level": "L1_warmup"
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"name": "pymatching",
|
| 22 |
+
"episodes": 200,
|
| 23 |
+
"logical_correction_rate": 1.0,
|
| 24 |
+
"format_compliance_rate": 1.0,
|
| 25 |
+
"pymatching_beat_rate": 0.0,
|
| 26 |
+
"mean_total_reward": 0.8972500000000032,
|
| 27 |
+
"level": "L1_warmup"
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"name": "random",
|
| 31 |
+
"episodes": 200,
|
| 32 |
+
"logical_correction_rate": 0.6,
|
| 33 |
+
"format_compliance_rate": 1.0,
|
| 34 |
+
"pymatching_beat_rate": 0.0,
|
| 35 |
+
"mean_total_reward": 0.4885520833333336,
|
| 36 |
+
"level": "L2_target"
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"name": "zeros",
|
| 40 |
+
"episodes": 200,
|
| 41 |
+
"logical_correction_rate": 0.985,
|
| 42 |
+
"format_compliance_rate": 1.0,
|
| 43 |
+
"pymatching_beat_rate": 0.0,
|
| 44 |
+
"mean_total_reward": 0.8372500000000028,
|
| 45 |
+
"level": "L2_target"
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"name": "pymatching",
|
| 49 |
+
"episodes": 200,
|
| 50 |
+
"logical_correction_rate": 1.0,
|
| 51 |
+
"format_compliance_rate": 1.0,
|
| 52 |
+
"pymatching_beat_rate": 0.0,
|
| 53 |
+
"mean_total_reward": 0.884312500000003,
|
| 54 |
+
"level": "L2_target"
|
| 55 |
+
}
|
| 56 |
+
]
|