Series
Ai Manipulation Agents
Series "Ai Manipulation Agents" gồm 5 phần, đọc theo thứ tự từ phần 1.
Manipulation
Tại sao Multi-Agent đánh bại VLA đơn thuần? | AI Manipulation Agents #1
ManiAgent đạt 86.8% trên SimplerEnv — vượt xa pi0 55.7% và CogACT 51.3%. Phân tích kiến trúc 3-agent và lý do phân rã pipeline thắng end-to-end VLA.

Perception Agent: Florence-v2 + AnyGrasp | AI Manipulation Agents #2
Deep dive vào Perception Agent của ManiAgent: Florence-v2 nhận diện vật thể zero-shot qua open-vocabulary detection, AnyGrasp sinh 6-DoF grasp pose từ point cloud. Hướng dẫn Python build perception module hoàn chỉnh.

ALRM: Code-as-Policy vs Tool-as-Policy trong ReAct | AI Manipulation Agents #3
So sánh hai execution mode của ALRM: CaP sinh Python gọi robot API trong một lần chạy, TaP dùng ReAct lặp từng tool call. Benchmark 56 tasks, 10 LLMs — giúp bạn chọn đúng mode cho dự án.

Agentic Robot: SAP Protocol + Temporal Verifier
Chạy ds.py (DeepSeek-V3 decompose subgoals) và main.py (OpenVLA trên LIBERO). Implement Temporal Verifier sliding window — SAP protocol đạt 79.6% LIBERO avg.

Sim-to-Real Deploy: Đưa SAP Pipeline từ LIBERO ra Robot Thật | AI Manipulation Agents #5
Từ 79.6% trên LIBERO benchmark đến robot vật lý thực tế: calibrate camera-to-robot transform, handle domain gap với real-world augmentation, và deploy SAP pipeline trên Franka/UR5 với latency < 100ms.