We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8949d0c commit 7463c9dCopy full SHA for 7463c9d
src/agentlab/experiments/study.py
@@ -487,7 +487,7 @@ def append_to_journal(self, strict_reproducibility=True):
487
study.append_to_journal(strict_reproducibility=strict_reproducibility)
488
489
490
-def _init_worker(server_queue: Queue[BaseServer]):
+def _init_worker(server_queue: Queue):
491
"""Run once at the initialization of the worker in the multiprocessing.Pool.
492
493
This is typically used to initialize different environment variables of the WebArena server for
0 commit comments