feat: abstracted checkpoint eval configs
This commit is contained in:
parent
67c459ca94
commit
b91908bf7a
8 changed files with 55 additions and 30 deletions
8
configs/evaluation/default.yaml
Normal file
8
configs/evaluation/default.yaml
Normal 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
|
||||
Reference in a new issue