diff options
| author | YurenHao0426 <Blackhao0426@gmail.com> | 2026-08-08 10:27:17 -0500 |
|---|---|---|
| committer | YurenHao0426 <Blackhao0426@gmail.com> | 2026-08-08 10:27:17 -0500 |
| commit | a3baf15507c67202814d5ccb4c06e1af027971c5 (patch) | |
| tree | 66105d34911f364ec20747eece1e48fd689f8b29 /results/ep_bias/centered_r3/summary.json | |
| parent | c959c50eaeb932f96339a96fb42abfb247cc5aac (diff) | |
results: compare full state-bias EP trajectories
Diffstat (limited to 'results/ep_bias/centered_r3/summary.json')
| -rw-r--r-- | results/ep_bias/centered_r3/summary.json | 167 |
1 files changed, 167 insertions, 0 deletions
diff --git a/results/ep_bias/centered_r3/summary.json b/results/ep_bias/centered_r3/summary.json new file mode 100644 index 0000000..84f4e87 --- /dev/null +++ b/results/ep_bias/centered_r3/summary.json @@ -0,0 +1,167 @@ +{ + "by_seed": { + "1988": { + "clean": { + "trajectory": [ + 0.792, + 0.8135, + 0.8574, + 0.8465, + 0.8717, + 0.86, + 0.8724, + 0.8745, + 0.871, + 0.8867 + ], + "best_accuracy": 0.8867, + "final_accuracy": 0.8867, + "epochs_completed": 10, + "finite": true + }, + "intercept": { + "trajectory": [ + 0.8056, + 0.8107, + 0.8313, + 0.8277, + 0.8454, + 0.8367, + 0.8384, + 0.8472, + 0.8211, + 0.8452 + ], + "best_accuracy": 0.8472, + "final_accuracy": 0.8452, + "epochs_completed": 10, + "finite": true + }, + "raw": { + "trajectory": [ + 0.1, + 0.1, + 0.1 + ], + "best_accuracy": 0.1, + "final_accuracy": 0.1, + "epochs_completed": 3, + "finite": false + }, + "sdil": { + "trajectory": [ + 0.7879, + 0.8195, + 0.8217, + 0.8231, + 0.8422, + 0.8494, + 0.8376, + 0.8369, + 0.8287, + 0.8313 + ], + "best_accuracy": 0.8494, + "final_accuracy": 0.8313, + "epochs_completed": 10, + "finite": true + } + }, + "1989": { + "clean": { + "trajectory": [ + 0.785, + 0.8323, + 0.8527, + 0.8503, + 0.8649, + 0.8668, + 0.8779, + 0.8765, + 0.8827, + 0.888 + ], + "best_accuracy": 0.888, + "final_accuracy": 0.888, + "epochs_completed": 10, + "finite": true + }, + "intercept": { + "trajectory": [ + 0.7854, + 0.8173, + 0.8408, + 0.8328, + 0.8336, + 0.8405, + 0.8453, + 0.8452, + 0.8618, + 0.8602 + ], + "best_accuracy": 0.8618, + "final_accuracy": 0.8602, + "epochs_completed": 10, + "finite": true + }, + "raw": { + "trajectory": [ + 0.1739, + 0.1 + ], + "best_accuracy": 0.1739, + "final_accuracy": 0.1, + "epochs_completed": 2, + "finite": false + }, + "sdil": { + "trajectory": [ + 0.7971, + 0.8141, + 0.8235, + 0.8266, + 0.8239, + 0.8449, + 0.8596, + 0.8534, + 0.8661, + 0.8722 + ], + "best_accuracy": 0.8722, + "final_accuracy": 0.8722, + "epochs_completed": 10, + "finite": true + } + } + }, + "final_accuracy": { + "clean": { + "mean": 0.8873500000000001, + "values": [ + 0.8867, + 0.888 + ] + }, + "raw": { + "mean": 0.1, + "values": [ + 0.1, + 0.1 + ] + }, + "intercept": { + "mean": 0.8527, + "values": [ + 0.8452, + 0.8602 + ] + }, + "sdil": { + "mean": 0.85175, + "values": [ + 0.8313, + 0.8722 + ] + } + } +} |
