fix: early_stop patience counts epochs not steps
This commit is contained in:
@@ -90,7 +90,7 @@ class _FakeState:
|
||||
eval_prev_run_id: str = "run-0"
|
||||
baseline_skills_version: str = "v1"
|
||||
baseline_prompts_version: str = "v1"
|
||||
steps_since_best_improved: int = 0
|
||||
epochs_since_best_improved: int = 0
|
||||
epoch_start_skills: str = "v1"
|
||||
changed_task_types_this_epoch: set[str] = field(default_factory=set)
|
||||
rejected_buffer: dict = field(default_factory=dict)
|
||||
|
||||
Reference in New Issue
Block a user