Change max_parallel_tasks to 1

Reduce the maximum number of parallel tasks from 5 to 1.

Signed-off-by: Jade Choghari <chogharijade@gmail.com>
This commit is contained in:
Jade Choghari
2025-09-16 12:59:43 +02:00
committed by GitHub
parent 1a4a47e804
commit c7e976d812
+1 -1
View File
@@ -538,7 +538,7 @@ def eval_policy_all(
videos_dir: Path | None = None,
return_episode_data: bool = False,
start_seed: int | None = None,
max_parallel_tasks: int = 5,
max_parallel_tasks: int = 1,
verbose: bool = True,
) -> dict:
"""