from modal_training_gym.common.wandb import WandbConfigWeights & Biases logging configuration shared across all frameworks.
Fields
Section titled “Fields”| Field | Type | Default | Description |
|---|---|---|---|
project | str | "" | W&B project name. Default "". |
group | str | "" | W&B group tag for organizing related runs. Default "". |
exp_name | str | "" | W&B run display name. Default "". |
key | str | "" | W&B API key. Usually injected via WANDB_API_KEY at launch time rather than hardcoded. Default "". |
disable_random_suffix | bool | True | When True, suppresses the random suffix that W&B appends to run names. Default True. |
modal_wandb_secret_name | str | "wandb-secret" | Name of the Modal secret containing the W&B API key. Default "wandb-secret". |