Run a novel experiment asynchronously using provided requirements.
This endpoint initiates an experiment based on the input parameters. It can handle both regular experiments and human baseline (HB) experiments. The experiment is either run immediately (in debug mode) or enqueued for processing.
Parameters:
req
: Experiment object containing experiment detailsReturns:
wandb_run_id
: Unique identifier for the experiment runwandb_run_name
: Generated name for the experiment runExample Response:
Notes:
hb_folder
or hb_run_id
in the requestwandb_run_name
is generated using a random causal word and the current timestampRaises:
Enum representing the llm model types used in the experiments.
Enum representing the llm model types used in the experiments.
Enum representing the llm model types used in the experiments.
Enum representing the llm model types used in the experiments.
Successful Response