Follow these practices to avoid common setup errors and keep your Launch workflows maintainable:Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-docs-2661.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- Create the queue before you start the agent to streamline configuration. Otherwise, the agent fails with errors until you add a queue.
- Create a W&B service account to start the agent so that it doesn’t link to an individual user account.
- Use
wandb.Run.configto manage hyperparameters, which lets you overwrite values during job re-runs. For more information about usingargparse, see Set the configuration with argparse.