From 57e4b638c30a0971659ee30c1f1cfb3739ee6e23 Mon Sep 17 00:00:00 2001 From: pepijn Date: Mon, 29 Jun 2026 14:14:23 +0000 Subject: [PATCH] chore(pi052): retune subtask_mem blend weights Shift the recipe mix toward low-level execution (0.55->0.60) and away from high-level subtask (0.30->0.25); matches the blend used for the pi052 robocasa runs. Co-authored-by: Cursor --- src/lerobot/configs/recipes/subtask_mem.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lerobot/configs/recipes/subtask_mem.yaml b/src/lerobot/configs/recipes/subtask_mem.yaml index 823d49d75..e47d2c9f5 100644 --- a/src/lerobot/configs/recipes/subtask_mem.yaml +++ b/src/lerobot/configs/recipes/subtask_mem.yaml @@ -16,13 +16,13 @@ blend: high_level_subtask: - weight: 0.30 + weight: 0.25 messages: - {role: user, content: "${task}", stream: high_level} - {role: assistant, content: "${subtask}", stream: high_level, target: true, if_present: subtask} low_level_execution: - weight: 0.55 + weight: 0.60 messages: # The action expert is conditioned on the SUBTASK — at inference # `HighLevelSubtaskFwd` generates it via the LM head and feeds it