parse_args#

parse_args()#

Parse command line arguments for the experiment.

Sets up and parses arguments for the configuration file path and any command-line overrides.

Returns:

An object containing the parsed command-line arguments. Includes ‘config’ for the

configuration file path and ‘overrides’ for any specified configuration overrides.

Return type:

argparse.Namespace