Skip to main content
Run the W&B agent

Usage

wandb agent SWEEP_ID [OPTIONS]

Arguments

ArgumentDescriptionRequired
SWEEP_IDNo description availableYes

Options

OptionDescription
--project, -pThe name of the project where W&B runs created from the sweep are sent to. If the project is not specified, the run is sent to a project labeled ‘Uncategorized’.
--entity, -eThe username or team name where you want to send W&B runs created by the sweep to. Ensure that the entity you specify already exists. If you don’t specify an entity, the run will be sent to your default entity, which is usually your username.
--countThe max number of runs for this agent.