The Gensyn Testnet is live for anyone to join (decentralised with no waitlist).
Run a node
Gensyn
  • Home
  • Testnet
  • Litepaper (legacy)
  • Overview
  • RL Swarm
    • How it Works
    • Connecting your Node
    • Monitoring your training stats
    • Troubleshooting
Powered by GitBook
On this page
  1. RL Swarm

Monitoring your training stats

PreviousConnecting your NodeNextTroubleshooting

Last updated 16 days ago

You can now upload your RL Swarm logs to and easily monitor your system stats (such as GPU Utilization, GPU Temperature), and training stats (such as loss, learning_rate, and rewards).

First, make sure you're running the of rl-swarm.

Once you stop the rl_swarm.sh process in your console (e.g., by pressing Ctrl+C), you will see a message similar to this:

wandb: You can sync this run to the cloud by running:
wandb: wandb sync logs/wandb/offline-run-xxxxxxxx_xxxxxx-xxxxxxxxxx

To upload your training statistics:

  1. Make sure you have created an account on .

  2. Copy the wandb sync command provided in your terminal (the part that looks like wandb sync logs/wandb/offline-run-xxxxxxxx_xxxxxx-xxxxxxxxxx).

  3. Run that command in your terminal.

  4. When prompted, enter your API key that can be found in .

This will upload your local training run data to the Weights & Biases cloud, allowing you to visualize and track your experiments. For more details on this command, you can refer to the .

Weights & Biases
latest version
wandb.ai
https://wandb.ai/authorize
official documentation