anhtld commited on
Commit
1dbca63
·
verified ·
1 Parent(s): 56f6bc0

auto-sync 2026-07-04T06:02:14Z workspace

Browse files
Files changed (1) hide show
  1. workspace/README.md +15 -5
workspace/README.md CHANGED
@@ -675,12 +675,13 @@ Key values:
675
  Interpretation: the LCB fallback records the requested safety/calibration
676
  fields, but it does not solve dominance. It is a negative Part-G diagnostic.
677
 
678
- ### Active utility-energy selector job
679
 
680
- Submitted on 2026-07-04:
681
 
682
  ```text
683
  15177546 scripts/slurm/train_utility_energy_selector.sbatch array=0-2
 
684
  ```
685
 
686
  Purpose: train three `base_context_obs` utility-energy checkpoints on the
@@ -693,9 +694,18 @@ evaluation: runs/ctt_base_context_obs_test_envclip_k16_rollout_comparison
693
  K: 16
694
  ```
695
 
696
- This job targets the current selector gap, not the support side. The run must
697
- be interpreted as a Part-G diagnostic unless selected success and selector gap
698
- beat the existing train-clean K=16 selector.
 
 
 
 
 
 
 
 
 
699
 
700
  ## How To Run Core Commands
701
 
 
675
  Interpretation: the LCB fallback records the requested safety/calibration
676
  fields, but it does not solve dominance. It is a negative Part-G diagnostic.
677
 
678
+ ### Utility-energy selector diagnostic
679
 
680
+ Submitted and completed on 2026-07-04:
681
 
682
  ```text
683
  15177546 scripts/slurm/train_utility_energy_selector.sbatch array=0-2
684
+ exit: 0:0 for tasks 0, 1, 2
685
  ```
686
 
687
  Purpose: train three `base_context_obs` utility-energy checkpoints on the
 
694
  K: 16
695
  ```
696
 
697
+ Result:
698
+
699
+ | Seed | Selected | Coverage | Fallback | Unsafe | PCCE | Selector gap |
700
+ | --- | ---: | ---: | ---: | ---: | ---: | ---: |
701
+ | 0 | 0.2708 | 0.1250 | 0.8750 | 0.0000 | 0.0150 | 0.3194 |
702
+ | 1 | 0.2708 | 0.0972 | 0.9028 | 0.0000 | 0.0090 | 0.3194 |
703
+ | 2 | 0.2778 | 0.1736 | 0.8264 | 0.0000 | 0.0253 | 0.3056 |
704
+
705
+ Interpretation: checkpoint-scored utility energy does not close the selector
706
+ gap. It has low coverage and mostly falls back to the base policy, so it is a
707
+ negative Part-G diagnostic and does not replace the existing train-clean K=16
708
+ selector.
709
 
710
  ## How To Run Core Commands
711