fix wandb mode typo (#100)

This commit is contained in:
Wei Fu 2025-06-10 14:01:24 +08:00 committed by GitHub
parent 86625c56e4
commit e7eda16311
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ python3 training/main_sync_ppo.py --help
## Monitoring the Training Process
We recommend using Weights & Biases (wandb) for monitoring. Run `wandb login` or set the `WANDB_API_KEY` environment variable. Set `wandb.mode=True` in your configuration to upload training statistics.
We recommend using Weights & Biases (wandb) for monitoring. Run `wandb login` or set the `WANDB_API_KEY` environment variable. Set `wandb.mode=online` in your configuration to upload training statistics.
You can also use TensorBoard by setting the `tensorboard.path` parameter.