diff --git a/smarts/benchmark/entrypoints/benchmark_runner_v0.py b/smarts/benchmark/entrypoints/benchmark_runner_v0.py index 72fbb882cb..83d219287d 100644 --- a/smarts/benchmark/entrypoints/benchmark_runner_v0.py +++ b/smarts/benchmark/entrypoints/benchmark_runner_v0.py @@ -252,13 +252,13 @@ def _get_agent_score( return score -def benchmark_from_configs(benchmark_config, agent_locator): +def benchmark_from_configs(benchmark_config, agent_locator, debug_log=False): """Runs a benchmark given the following. Args: benchmark_config (str): The file path to the benchmark configuration. agent_locator (str): Locator string for the registered agent. - debug_log (bool): Whether the benchmark should log to `stdout`. + debug_log (bool): Deprecated. Whether the benchmark should log to `stdout`. """ benchmark_args = load_config(benchmark_config)