manual-selector-job-sync 2026-07-04T04:36:59Z workspace (part 5)
Browse files- workspace/runs/ctt_base_context_obs_learned_dominance_basic_perdim_trainmax_train_to_test/command.txt +1 -0
- workspace/runs/ctt_base_context_obs_learned_dominance_basic_perdim_trainmax_train_to_test/config.yaml +18 -0
- workspace/runs/ctt_base_context_obs_learned_dominance_basic_perdim_trainmax_train_to_test/data_hash.txt +6 -0
- workspace/runs/ctt_base_context_obs_learned_dominance_basic_perdim_trainmax_train_to_test/eval.log +3 -0
- workspace/runs/ctt_base_context_obs_learned_dominance_basic_perdim_trainmax_train_to_test/git_hash.txt +1 -0
- workspace/runs/ctt_base_context_obs_learned_dominance_basic_perdim_trainmax_train_to_test/metrics.json +0 -0
- workspace/runs/ctt_base_context_obs_learned_dominance_basic_perdim_trainmax_train_to_test/metrics_by_seed.json +0 -0
- workspace/runs/ctt_base_context_obs_learned_dominance_basic_perdim_trainmax_train_to_test/metrics_by_task.json +137 -0
- workspace/runs/ctt_base_context_obs_learned_dominance_basic_perdim_trainmax_train_to_test/split_hash.txt +14 -0
- workspace/runs/ctt_base_context_obs_learned_dominance_basic_perdim_trainmax_train_to_test/table.tex +8 -0
- workspace/runs/ctt_base_context_obs_learned_dominance_basic_perdim_trainmax_train_to_test/train.log +5 -0
workspace/runs/ctt_base_context_obs_learned_dominance_basic_perdim_trainmax_train_to_test/command.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
python scripts/eval_learned_dominance_selector.py --calibration-input runs/ctt_base_context_obs_train_cal_perdim_trainmax_rollout_comparison/combined_measured_candidates.json --calibration-target-index data/cil_charts_rgb_refs/train/index.json --eval-input runs/ctt_base_context_obs_test_perdim_trainmax_rollout_comparison/combined_measured_candidates.json --eval-target-index data/cil_charts_rgb_refs/test/index.json --checkpoint-template runs/ctt_residual_base_context_obs_seed{seed}/model.pt --out-dir runs/ctt_base_context_obs_learned_dominance_basic_perdim_trainmax_train_to_test --feature-set basic --target utility_margin --k 8 --bootstrap-samples 1000 --no-markdown-report
|
workspace/runs/ctt_base_context_obs_learned_dominance_basic_perdim_trainmax_train_to_test/config.yaml
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
bootstrap_samples: 1000
|
| 2 |
+
calibration_input: runs/ctt_base_context_obs_train_cal_perdim_trainmax_rollout_comparison/combined_measured_candidates.json
|
| 3 |
+
calibration_target_index: data/cil_charts_rgb_refs/train/index.json
|
| 4 |
+
checkpoint_template: runs/ctt_residual_base_context_obs_seed{seed}/model.pt
|
| 5 |
+
eval_input: runs/ctt_base_context_obs_test_perdim_trainmax_rollout_comparison/combined_measured_candidates.json
|
| 6 |
+
eval_target_index: data/cil_charts_rgb_refs/test/index.json
|
| 7 |
+
feature_set: basic
|
| 8 |
+
fit_objective: pointwise
|
| 9 |
+
k: 8
|
| 10 |
+
no_markdown_report: True
|
| 11 |
+
out_dir: runs/ctt_base_context_obs_learned_dominance_basic_perdim_trainmax_train_to_test
|
| 12 |
+
pairwise_weight: 1.0
|
| 13 |
+
ridge_lambdas: 0,0.01,0.1,1,10,100
|
| 14 |
+
selector_chart_feature_mode: base_context_obs_obj
|
| 15 |
+
source_index: None
|
| 16 |
+
success_bonus: 1.0
|
| 17 |
+
target: utility_margin
|
| 18 |
+
threshold_scope: global
|
workspace/runs/ctt_base_context_obs_learned_dominance_basic_perdim_trainmax_train_to_test/data_hash.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"calibration_input": "130d86b8c5ba5dc901ee48835454693bf42c361803c01f6b2d80590cb2493491",
|
| 3 |
+
"calibration_target_index": "67973c50072aa87a3b97533b6292b08a8b4d88a95571dc22e91b6e8fd19e0d85",
|
| 4 |
+
"eval_input": "88d4bfe8c95f8d1579cbe59096cf665dc5f2dfdd99481a386a25e1f3cfa2b09d",
|
| 5 |
+
"eval_target_index": "dee1b5225485df6624747dd4c5074bcf514685b54017d05e698d2051638fbf36"
|
| 6 |
+
}
|
workspace/runs/ctt_base_context_obs_learned_dominance_basic_perdim_trainmax_train_to_test/eval.log
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
evaluated learned fallback rule on held-out measured rollout rows
|
| 2 |
+
eval_input=runs/ctt_base_context_obs_test_perdim_trainmax_rollout_comparison/combined_measured_candidates.json
|
| 3 |
+
num_eval_rows=144
|
workspace/runs/ctt_base_context_obs_learned_dominance_basic_perdim_trainmax_train_to_test/git_hash.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
14e81292e2004925f81e0bb4810f6f144bfd87b7
|
workspace/runs/ctt_base_context_obs_learned_dominance_basic_perdim_trainmax_train_to_test/metrics.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
workspace/runs/ctt_base_context_obs_learned_dominance_basic_perdim_trainmax_train_to_test/metrics_by_seed.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
workspace/runs/ctt_base_context_obs_learned_dominance_basic_perdim_trainmax_train_to_test/metrics_by_task.json
ADDED
|
@@ -0,0 +1,137 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"LiftPegUpright-v1": {
|
| 3 |
+
"base_success": 0.0,
|
| 4 |
+
"base_utility": 0.4796089559793472,
|
| 5 |
+
"coverage": 0.4,
|
| 6 |
+
"execute_generated": 0.4,
|
| 7 |
+
"fallback_rate": 0.6,
|
| 8 |
+
"hidden_chart_oracle_success": 1.0,
|
| 9 |
+
"hidden_chart_oracle_utility": 2.0,
|
| 10 |
+
"outcome_ptr": 0.3333333333333333,
|
| 11 |
+
"pairwise_causal_calibration_accuracy": 0.6016754850088184,
|
| 12 |
+
"pairwise_causal_calibration_confidence": 0.5229362359705314,
|
| 13 |
+
"pairwise_causal_calibration_ece": 0.11584970123844203,
|
| 14 |
+
"pairwise_causal_calibration_pairs": 27.933333333333334,
|
| 15 |
+
"predicted_margin": -0.14503053505926972,
|
| 16 |
+
"proposal_oracle_success": 0.13333333333333333,
|
| 17 |
+
"proposal_oracle_utility": 0.6601470321416855,
|
| 18 |
+
"selected_candidate_index": 4.333333333333333,
|
| 19 |
+
"selected_success": 0.0,
|
| 20 |
+
"selected_success_gain_over_base": 0.0,
|
| 21 |
+
"selected_utility": 0.4771528899669647,
|
| 22 |
+
"selected_utility_gain_over_base": -0.002456066012382507,
|
| 23 |
+
"selector_regret": 0.18441228767236073,
|
| 24 |
+
"success_selector_gap": 0.13333333333333333,
|
| 25 |
+
"success_support_gap": 0.8666666666666667,
|
| 26 |
+
"support_gap": 1.3398529678583144,
|
| 27 |
+
"tau": -0.08708576405217451
|
| 28 |
+
},
|
| 29 |
+
"PickCube-v1": {
|
| 30 |
+
"base_success": 1.0,
|
| 31 |
+
"base_utility": 2.0,
|
| 32 |
+
"coverage": 1.0,
|
| 33 |
+
"execute_generated": 1.0,
|
| 34 |
+
"fallback_rate": 0.0,
|
| 35 |
+
"hidden_chart_oracle_success": 1.0,
|
| 36 |
+
"hidden_chart_oracle_utility": 2.0,
|
| 37 |
+
"outcome_ptr": 0.0,
|
| 38 |
+
"pairwise_causal_calibration_accuracy": 0.32142857142857145,
|
| 39 |
+
"pairwise_causal_calibration_confidence": 0.5472287677691599,
|
| 40 |
+
"pairwise_causal_calibration_ece": 0.22580019634058843,
|
| 41 |
+
"pairwise_causal_calibration_pairs": 28.0,
|
| 42 |
+
"predicted_margin": 0.28070211086543817,
|
| 43 |
+
"proposal_oracle_success": 0.3333333333333333,
|
| 44 |
+
"proposal_oracle_utility": 1.021850009759267,
|
| 45 |
+
"selected_candidate_index": 1.0,
|
| 46 |
+
"selected_success": 0.0,
|
| 47 |
+
"selected_success_gain_over_base": -1.0,
|
| 48 |
+
"selected_utility": 0.26197221378485364,
|
| 49 |
+
"selected_utility_gain_over_base": -1.7380277862151463,
|
| 50 |
+
"selector_regret": 0.7598777959744135,
|
| 51 |
+
"success_selector_gap": 0.3333333333333333,
|
| 52 |
+
"success_support_gap": 0.6666666666666666,
|
| 53 |
+
"support_gap": 0.9781499902407328,
|
| 54 |
+
"tau": -0.08708576405217451
|
| 55 |
+
},
|
| 56 |
+
"PullCube-v1": {
|
| 57 |
+
"base_success": 0.36,
|
| 58 |
+
"base_utility": 0.8032506120204925,
|
| 59 |
+
"coverage": 0.13333333333333333,
|
| 60 |
+
"execute_generated": 0.13333333333333333,
|
| 61 |
+
"fallback_rate": 0.8666666666666667,
|
| 62 |
+
"hidden_chart_oracle_success": 0.52,
|
| 63 |
+
"hidden_chart_oracle_utility": 1.1467878860235214,
|
| 64 |
+
"outcome_ptr": 0.32,
|
| 65 |
+
"pairwise_causal_calibration_accuracy": 0.5106143856143858,
|
| 66 |
+
"pairwise_causal_calibration_confidence": 0.5170252389197862,
|
| 67 |
+
"pairwise_causal_calibration_ece": 0.149483534146025,
|
| 68 |
+
"pairwise_causal_calibration_pairs": 24.16,
|
| 69 |
+
"predicted_margin": -0.27933737647327517,
|
| 70 |
+
"proposal_oracle_success": 0.17333333333333334,
|
| 71 |
+
"proposal_oracle_utility": 0.46170220340291657,
|
| 72 |
+
"selected_candidate_index": 3.2666666666666666,
|
| 73 |
+
"selected_success": 0.3466666666666667,
|
| 74 |
+
"selected_success_gain_over_base": -0.013333333333333334,
|
| 75 |
+
"selected_utility": 0.7870221028725306,
|
| 76 |
+
"selected_utility_gain_over_base": -0.016228509147961933,
|
| 77 |
+
"selector_regret": 0.01846348727742831,
|
| 78 |
+
"success_selector_gap": 0.0,
|
| 79 |
+
"success_support_gap": 0.3466666666666667,
|
| 80 |
+
"support_gap": 0.6881442584097386,
|
| 81 |
+
"tau": -0.08708576405217451
|
| 82 |
+
},
|
| 83 |
+
"PushCube-v1": {
|
| 84 |
+
"base_success": 0.8333333333333334,
|
| 85 |
+
"base_utility": 1.6734557673335075,
|
| 86 |
+
"coverage": 0.0,
|
| 87 |
+
"execute_generated": 0.0,
|
| 88 |
+
"fallback_rate": 1.0,
|
| 89 |
+
"hidden_chart_oracle_success": 0.8333333333333334,
|
| 90 |
+
"hidden_chart_oracle_utility": 1.7015800600250561,
|
| 91 |
+
"outcome_ptr": 0.16666666666666666,
|
| 92 |
+
"pairwise_causal_calibration_accuracy": 0.5693706076059017,
|
| 93 |
+
"pairwise_causal_calibration_confidence": 0.5109774849646357,
|
| 94 |
+
"pairwise_causal_calibration_ece": 0.1513149797579122,
|
| 95 |
+
"pairwise_causal_calibration_pairs": 23.833333333333332,
|
| 96 |
+
"predicted_margin": -0.3951348987851248,
|
| 97 |
+
"proposal_oracle_success": 0.5555555555555556,
|
| 98 |
+
"proposal_oracle_utility": 1.1790093589160178,
|
| 99 |
+
"selected_candidate_index": 2.5555555555555554,
|
| 100 |
+
"selected_success": 0.8333333333333334,
|
| 101 |
+
"selected_success_gain_over_base": 0.0,
|
| 102 |
+
"selected_utility": 1.6734557673335075,
|
| 103 |
+
"selected_utility_gain_over_base": 0.0,
|
| 104 |
+
"selector_regret": 0.32654423266649246,
|
| 105 |
+
"success_selector_gap": 0.16666666666666666,
|
| 106 |
+
"success_support_gap": 0.3333333333333333,
|
| 107 |
+
"support_gap": 0.6220440144340197,
|
| 108 |
+
"tau": -0.08708576405217451
|
| 109 |
+
},
|
| 110 |
+
"StackCube-v1": {
|
| 111 |
+
"base_success": 0.09090909090909091,
|
| 112 |
+
"base_utility": 0.5003613992170854,
|
| 113 |
+
"coverage": 0.45454545454545453,
|
| 114 |
+
"execute_generated": 0.45454545454545453,
|
| 115 |
+
"fallback_rate": 0.5454545454545454,
|
| 116 |
+
"hidden_chart_oracle_success": 1.0,
|
| 117 |
+
"hidden_chart_oracle_utility": 2.0,
|
| 118 |
+
"outcome_ptr": 0.6060606060606061,
|
| 119 |
+
"pairwise_causal_calibration_accuracy": 0.5182683982683982,
|
| 120 |
+
"pairwise_causal_calibration_confidence": 0.527034482028972,
|
| 121 |
+
"pairwise_causal_calibration_ece": 0.12741592448328593,
|
| 122 |
+
"pairwise_causal_calibration_pairs": 27.818181818181817,
|
| 123 |
+
"predicted_margin": -0.07917090287344432,
|
| 124 |
+
"proposal_oracle_success": 0.18181818181818182,
|
| 125 |
+
"proposal_oracle_utility": 0.634040683056369,
|
| 126 |
+
"selected_candidate_index": 2.757575757575758,
|
| 127 |
+
"selected_success": 0.09090909090909091,
|
| 128 |
+
"selected_success_gain_over_base": 0.0,
|
| 129 |
+
"selected_utility": 0.48857860628402594,
|
| 130 |
+
"selected_utility_gain_over_base": -0.011782792933059462,
|
| 131 |
+
"selector_regret": 0.18203219771385193,
|
| 132 |
+
"success_selector_gap": 0.12121212121212122,
|
| 133 |
+
"success_support_gap": 0.8181818181818182,
|
| 134 |
+
"support_gap": 1.365959316943631,
|
| 135 |
+
"tau": -0.08708576405217451
|
| 136 |
+
}
|
| 137 |
+
}
|
workspace/runs/ctt_base_context_obs_learned_dominance_basic_perdim_trainmax_train_to_test/split_hash.txt
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"calibration_target_index": {
|
| 3 |
+
"content_hash": "67f7b4a692f7c7e71da24378dc71e3399c5d35afc14c494869eba6087b765c42",
|
| 4 |
+
"retrieval_index_allowed": true,
|
| 5 |
+
"split": "train",
|
| 6 |
+
"split_hash": "867a94a1c67686c082765671a7bf8d74a9d633085e1b2619c83197c60bf58372"
|
| 7 |
+
},
|
| 8 |
+
"eval_target_index": {
|
| 9 |
+
"content_hash": "0c38d73dc9bc4ab756e12006671b5d12f1a23358b281e54b3f6a9ae3cbf6e9af",
|
| 10 |
+
"retrieval_index_allowed": false,
|
| 11 |
+
"split": "test",
|
| 12 |
+
"split_hash": "84151df9e88c219b76751677558cc5bbbc19082bf358cea7330158e9e403e25f"
|
| 13 |
+
}
|
| 14 |
+
}
|
workspace/runs/ctt_base_context_obs_learned_dominance_basic_perdim_trainmax_train_to_test/table.tex
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
% Auto-generated by scripts/eval_learned_dominance_selector.py
|
| 2 |
+
\begin{tabular}{lrrrrrrrrr}
|
| 3 |
+
\toprule
|
| 4 |
+
Rows & Coverage & Fallback & Base succ. & Selected succ. & Oracle succ. & OutcomePTR & Succ. support gap & Succ. selector gap & Cal. ECE \\
|
| 5 |
+
\midrule
|
| 6 |
+
144 & 0.2361 & 0.7639 & 0.3333 & 0.3056 & 0.2222 & 0.3611 & 0.5139 & 0.0694 & 0.0103 \\
|
| 7 |
+
\bottomrule
|
| 8 |
+
\end{tabular}
|
workspace/runs/ctt_base_context_obs_learned_dominance_basic_perdim_trainmax_train_to_test/train.log
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
trained ridge dominance calibrator on calibration measured rows only
|
| 2 |
+
fit_objective=pointwise
|
| 3 |
+
selected_lambda=0.0
|
| 4 |
+
tau=-0.087086
|
| 5 |
+
calibration_input=runs/ctt_base_context_obs_train_cal_perdim_trainmax_rollout_comparison/combined_measured_candidates.json
|