1
Fork 0

feat: abstracted checkpoint eval configs

This commit is contained in:
Jona Reynaert 2026-05-07 13:45:03 +02:00
parent 67c459ca94
commit b91908bf7a
8 changed files with 55 additions and 30 deletions

View file

@ -0,0 +1,8 @@
# Default Evaluation Configuration
# Settings used for checkpoint evaluation during training.
evaluate_checkpoints: false
# Max number of control steps during evaluation rollout.
eval_max_steps: 5000
# Seed for deterministic evaluation reset.
eval_seed: 0