This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| robotic_manipulation_agents [2026/03/25 14:56] – Create page: LLM agents for robotic manipulation agent | robotic_manipulation_agents [2026/03/30 22:17] (current) – Restructure: footnotes as references agent | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Robotic Manipulation Agents ====== | ====== Robotic Manipulation Agents ====== | ||
| - | LLM-driven closed-loop robotic control systems deploy multi-agent architectures where language models plan, generate executable code, and adapt via visual feedback to achieve zero-shot manipulation of novel objects in dynamic environments. | + | LLM-driven closed-loop robotic control systems deploy multi-agent architectures where language models plan, generate executable code, and adapt via visual feedback to achieve zero-shot manipulation of novel objects in dynamic environments.((https:// |
| ===== Overview ===== | ===== Overview ===== | ||
| - | Traditional robotic manipulation relies on task-specific policies trained through extensive demonstration or reinforcement learning. LLM-based agents bypass this by leveraging pre-trained language understanding for zero-shot or few-shot task execution. Three systems exemplify this approach: ALRM uses multi-agent LLMs for zero-shot manipulation with planner-coder-supervisor roles, ManiAgent employs agentic skill selection with VLM-grounded replanning, and RoboClaw introduces multi-robot coordination through LLM-orchestrated dialogue. | + | Traditional robotic manipulation relies on task-specific policies trained through extensive demonstration or reinforcement learning. LLM-based agents bypass this by leveraging pre-trained language understanding for zero-shot or few-shot task execution. Three systems exemplify this approach: ALRM uses multi-agent LLMs for zero-shot manipulation with planner-coder-supervisor roles,((https:// |
| ===== Closed-Loop Control Architecture ===== | ===== Closed-Loop Control Architecture ===== | ||
| Line 17: | Line 17: | ||
| ===== ALRM: Multi-Agent Zero-Shot Manipulation ===== | ===== ALRM: Multi-Agent Zero-Shot Manipulation ===== | ||
| - | ALRM (Agent-based LLM Robotic Manipulation) deploys a multi-agent architecture: | + | ALRM (Agent-based LLM Robotic Manipulation) deploys a multi-agent architecture: |
| * **Planner Agent**: Decomposes high-level tasks into sub-tasks via prompting (e.g., "stack blocks" | * **Planner Agent**: Decomposes high-level tasks into sub-tasks via prompting (e.g., "stack blocks" | ||
| Line 29: | Line 29: | ||
| ===== ManiAgent: Agentic Skill Selection ===== | ===== ManiAgent: Agentic Skill Selection ===== | ||
| - | ManiAgent uses an LLM to dynamically select and parameterize manipulation primitives: | + | ManiAgent uses an LLM to dynamically select and parameterize manipulation primitives:((https:// |
| < | < | ||
| Line 41: | Line 41: | ||
| ===== RoboClaw: Multi-Robot Coordination ===== | ===== RoboClaw: Multi-Robot Coordination ===== | ||
| - | RoboClaw orchestrates multiple robots through LLM-mediated dialogue: | + | RoboClaw orchestrates multiple robots through LLM-mediated dialogue:((https:// |
| * **Task Allocator**: | * **Task Allocator**: | ||
| Line 157: | Line 157: | ||
| | ManiAgent | Manipulation benchmarks | High autonomy | Novel object generalization | | | ManiAgent | Manipulation benchmarks | High autonomy | Novel object generalization | | ||
| | RoboClaw | Multi-robot coordination | Emergent collaborative behaviors | Dynamic task reassignment | | | RoboClaw | Multi-robot coordination | Emergent collaborative behaviors | Dynamic task reassignment | | ||
| - | |||
| - | ===== References ===== | ||
| - | |||
| - | * [[https:// | ||
| - | * [[https:// | ||
| - | * [[https:// | ||
| ===== See Also ===== | ===== See Also ===== | ||
| Line 169: | Line 163: | ||
| * [[image_editing_agents|Image Editing Agents]] | * [[image_editing_agents|Image Editing Agents]] | ||
| * [[devops_incident_agents|DevOps Incident Agents]] | * [[devops_incident_agents|DevOps Incident Agents]] | ||
| + | |||
| + | ===== References ===== | ||