Skip to content

v2: Upload models to WandB #333

Merged
alejandromarcu merged 3 commits intomainfrom
v2_c
Feb 7, 2026
Merged

v2: Upload models to WandB #333
alejandromarcu merged 3 commits intomainfrom
v2_c

Conversation

@alejandromarcu
Copy link
Collaborator

Now in the yaml we can define when to uploal models in 2 ways:

  1. At regular intervals (every X models or amount of time)
  2. When some of the metrics reach an all time min or max.

E.g.:

  upload_model:
    every: 100 models
    when_max:
      - raw_win_perc
      - p2_win_perc
    when_min:
      - dumb_score

@adamantivm
Copy link
Collaborator

LGTM

@alejandromarcu alejandromarcu merged commit 9ae2694 into main Feb 7, 2026
1 check passed
@alejandromarcu alejandromarcu deleted the v2_c branch February 7, 2026 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants