maxent_grpo.training.runtime.logging¶
Logging utilities (primarily W&B) for the training stack.
Functions
|
Best-effort runtime install of wandb when it's missing. |
|
Return True when common environment hints describe the primary node. |
|
Return the short git SHA for the current repo if available. |
|
Return True when the current process should initialize a W&B run. |
|
Safely log metrics to a W&B run. |
|
Initialize a W&B run when |
|
Case-insensitive membership check for |
|
Return True when a torch distributed rank 0 process is running. |
|
Return exception types that should be suppressed during W&B logging. |
|
Log a consistent run header with recipe and resolved method identity. |
|
Return run-level metadata for logging consistency. |
- maxent_grpo.training.runtime.logging.log_run_header(training_args=None)[source]¶
Log a consistent run header with recipe and resolved method identity.