auto-sync 2026-07-04T05:50:49Z workspace (part 6)
Browse files
workspace/scripts/slurm/train_utility_energy_selector.sbatch
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
#SBATCH --cpus-per-task=4
|
| 7 |
#SBATCH --mem=16G
|
| 8 |
#SBATCH --time=02:00:00
|
| 9 |
-
#SBATCH --array=0-
|
| 10 |
#SBATCH --output=outputs/hpc/logs/%x_%A_%a.out
|
| 11 |
#SBATCH --error=outputs/hpc/logs/%x_%A_%a.err
|
| 12 |
|
|
@@ -39,7 +39,8 @@ EVAL_OUT="${EVAL_OUT:-runs/ctt_dominance_utility_energy_val_to_test_seed${SEED}}
|
|
| 39 |
--listwise-rank "${UTILITY_LISTWISE_RANK:-1.0}" \
|
| 40 |
--margin "${UTILITY_MARGIN:-0.5}" \
|
| 41 |
--temperature "${UTILITY_TEMPERATURE:-1.0}" \
|
| 42 |
-
--chart-feature-mode "${CHART_FEATURE_MODE:-base}"
|
|
|
|
| 43 |
|
| 44 |
"$PYTHON" scripts/eval_dominance_selector.py \
|
| 45 |
--calibration-input "${CALIBRATION_INPUT:-runs/ctt_val_rollout_comparison/combined_measured_candidates.json}" \
|
|
@@ -52,9 +53,11 @@ EVAL_OUT="${EVAL_OUT:-runs/ctt_dominance_utility_energy_val_to_test_seed${SEED}}
|
|
| 52 |
--alpha "${DOMINANCE_ALPHA:-0.1}" \
|
| 53 |
--tau "${DOMINANCE_TAU:-auto}" \
|
| 54 |
--k "${DOMINANCE_K:-8}" \
|
| 55 |
-
--bootstrap-samples "${BOOTSTRAP_SAMPLES:-500}"
|
|
|
|
| 56 |
|
| 57 |
"$PYTHON" scripts/summarize_ctt_runs.py \
|
| 58 |
--run-root runs \
|
| 59 |
--out-csv runs/summary_ctt.csv \
|
| 60 |
-
--out-md runs/summary_ctt.md
|
|
|
|
|
|
| 6 |
#SBATCH --cpus-per-task=4
|
| 7 |
#SBATCH --mem=16G
|
| 8 |
#SBATCH --time=02:00:00
|
| 9 |
+
#SBATCH --array=0-2
|
| 10 |
#SBATCH --output=outputs/hpc/logs/%x_%A_%a.out
|
| 11 |
#SBATCH --error=outputs/hpc/logs/%x_%A_%a.err
|
| 12 |
|
|
|
|
| 39 |
--listwise-rank "${UTILITY_LISTWISE_RANK:-1.0}" \
|
| 40 |
--margin "${UTILITY_MARGIN:-0.5}" \
|
| 41 |
--temperature "${UTILITY_TEMPERATURE:-1.0}" \
|
| 42 |
+
--chart-feature-mode "${CHART_FEATURE_MODE:-base}" \
|
| 43 |
+
--no-markdown-report
|
| 44 |
|
| 45 |
"$PYTHON" scripts/eval_dominance_selector.py \
|
| 46 |
--calibration-input "${CALIBRATION_INPUT:-runs/ctt_val_rollout_comparison/combined_measured_candidates.json}" \
|
|
|
|
| 53 |
--alpha "${DOMINANCE_ALPHA:-0.1}" \
|
| 54 |
--tau "${DOMINANCE_TAU:-auto}" \
|
| 55 |
--k "${DOMINANCE_K:-8}" \
|
| 56 |
+
--bootstrap-samples "${BOOTSTRAP_SAMPLES:-500}" \
|
| 57 |
+
--no-markdown-report
|
| 58 |
|
| 59 |
"$PYTHON" scripts/summarize_ctt_runs.py \
|
| 60 |
--run-root runs \
|
| 61 |
--out-csv runs/summary_ctt.csv \
|
| 62 |
+
--out-md runs/summary_ctt.md \
|
| 63 |
+
--no-markdown-report
|