mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-15 00:29:52 +00:00
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:
@@ -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:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user