Skip to main content
Follow these practices to avoid common setup errors and keep your Launch workflows maintainable:
  • 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.config to manage hyperparameters, which lets you overwrite values during job re-runs. For more information about using argparse, see Set the configuration with argparse.