mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-21 03:30:10 +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,
|
videos_dir: Path | None = None,
|
||||||
return_episode_data: bool = False,
|
return_episode_data: bool = False,
|
||||||
start_seed: int | None = None,
|
start_seed: int | None = None,
|
||||||
max_parallel_tasks: int = 5,
|
max_parallel_tasks: int = 1,
|
||||||
verbose: bool = True,
|
verbose: bool = True,
|
||||||
) -> dict:
|
) -> dict:
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user