tune(rl): lower KL β=0.0005 + reward_kl=0.001 for b=1024
β=0.003 pinned Hold=100% at b=1024 despite 60 dones/step. The KL gradient overwhelms even the dense PPO signal. Try 6× lower β to find the balance point. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -2768,8 +2768,8 @@ impl IntegratedTrainer {
|
||||
(crate::rl::isv_slots::RL_TARGET_TAU_MAX_INDEX, 0.005),
|
||||
(crate::rl::isv_slots::RL_HOLD_PRIOR_INDEX, 0.1),
|
||||
(crate::rl::isv_slots::RL_HOLD_TARGET_FRAC_INDEX, 0.5),
|
||||
(crate::rl::isv_slots::RL_KL_REF_BETA_INDEX, 0.003),
|
||||
(crate::rl::isv_slots::RL_REWARD_KL_BETA_INDEX, 0.005),
|
||||
(crate::rl::isv_slots::RL_KL_REF_BETA_INDEX, 0.0005),
|
||||
(crate::rl::isv_slots::RL_REWARD_KL_BETA_INDEX, 0.001),
|
||||
(crate::rl::isv_slots::RL_KL_REF_TARGET_INDEX, 0.5),
|
||||
(crate::rl::isv_slots::RL_EPS_BOOTSTRAP_INDEX, 0.2),
|
||||
(crate::rl::isv_slots::RL_ROLLOUT_BOOTSTRAP_INDEX, 2048.0),
|
||||
|
||||
Reference in New Issue
Block a user