You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add experiment 228 with learning rate warmup and cooldown
- Add warmup_length and cooldown_length fields to ProjectPolicyConfig
- Update train.py to use adjust_lr function with batch-specific learning rates
- Add experiment 228 with 20-step warmup and cooldown starting at step 20
This experiment will test whether warmup/cooldown improves training compared to
our baseline constant learning rate approach.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments