mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-21 11:39:50 +00:00
5f7c6ba61d
Co-authored-by: Cursor <cursoragent@cursor.com>
19 lines
602 B
Plaintext
19 lines
602 B
Plaintext
You are the high-level planner for a robot demonstrating: "{episode_task}".
|
|
|
|
Given the subtask decomposition below, write a compact hierarchical PLAN.
|
|
Use short imperative fragments, like pi0.7 context prompts.
|
|
|
|
Subtasks for context:
|
|
{subtasks_text}
|
|
|
|
Authoring rules:
|
|
- 3 to {plan_max_steps} steps.
|
|
- Each step is one logical chunk, not one motion.
|
|
- Steps must be in execution order.
|
|
- Brief commands, not full sentences.
|
|
- Prefer: "open air fryer"; avoid: "The robot should open the air fryer."
|
|
- Plain text, no markdown headers.
|
|
|
|
Output strictly valid JSON:
|
|
{{ "plan": "1. ...\n2. ...\n3. ..." }}
|