There was an error while loading. Please reload this page.
1 parent 0c1e472 commit 6ae0e70Copy full SHA for 6ae0e70
1 file changed
examples/train/configs/rl/minimax_h3/h3_rvm_calibration_bank.yaml
@@ -37,11 +37,11 @@ method:
37
rewards:
38
mean_luminance: 1.0
39
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.
+ # Run only at step zero on a deterministic sample from the training split.
+ # Reward-scale calibration must not consume the held-out evaluation prompts.
42
every_steps: 999
43
num_prompts: 100
44
- data_path: artifacts/rvm_h3/data/eval
+ data_path: artifacts/rvm_h3/data/train
45
seed: 4242
46
run_at_start: true
47
log_samples: false
0 commit comments