diff --git a/src/agentlab/experiments/study.py b/src/agentlab/experiments/study.py index ae39af66..f49ccd0e 100644 --- a/src/agentlab/experiments/study.py +++ b/src/agentlab/experiments/study.py @@ -487,7 +487,7 @@ def append_to_journal(self, strict_reproducibility=True): study.append_to_journal(strict_reproducibility=strict_reproducibility) -def _init_worker(server_queue: Queue[BaseServer]): +def _init_worker(server_queue: Queue): """Run once at the initialization of the worker in the multiprocessing.Pool. This is typically used to initialize different environment variables of the WebArena server for