Skip to content

Commit 6ae0e70

Browse files
committed
fix(rvm): keep reward calibration separate from held-out eval
1 parent 0c1e472 commit 6ae0e70

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

examples/train/configs/rl/minimax_h3/h3_rvm_calibration_bank.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ method:
3737
rewards:
3838
mean_luminance: 1.0
3939
validation:
40-
# Run only at step zero; the one near-zero-LR optimizer step is a launcher
41-
# compatibility detail and does not affect the calibration videos.
40+
# Run only at step zero on a deterministic sample from the training split.
41+
# Reward-scale calibration must not consume the held-out evaluation prompts.
4242
every_steps: 999
4343
num_prompts: 100
44-
data_path: artifacts/rvm_h3/data/eval
44+
data_path: artifacts/rvm_h3/data/train
4545
seed: 4242
4646
run_at_start: true
4747
log_samples: false

0 commit comments

Comments
 (0)