mirror of https://github.com/inclusionAI/AReaL
fix wandb mode typo (#100)
This commit is contained in:
parent
86625c56e4
commit
e7eda16311
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue