mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-22 03:59:42 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -564,7 +564,7 @@ def eval_policy_multitask(
|
|||||||
def eval_task(task_group, task_id, env):
|
def eval_task(task_group, task_id, env):
|
||||||
"""Evaluates a single task in parallel."""
|
"""Evaluates a single task in parallel."""
|
||||||
print(f"Evaluating: task_group: {task_group}, task_id: {task_id} ...")
|
print(f"Evaluating: task_group: {task_group}, task_id: {task_id} ...")
|
||||||
# jadechoghari : added multi video eval support
|
# jadechoghari : added multi video eval support
|
||||||
if videos_dir is not None:
|
if videos_dir is not None:
|
||||||
task_videos_dir = videos_dir / f"{task_group}_{task_id}"
|
task_videos_dir = videos_dir / f"{task_group}_{task_id}"
|
||||||
task_videos_dir.mkdir(parents=True, exist_ok=True)
|
task_videos_dir.mkdir(parents=True, exist_ok=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user