Revisiting the "Push-T" Robot Manipulation Task with Agentic Robotics

📅 2026-08-18
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
本文使用基于LLM的编码代理Claude Code解决Push-T机器人操作任务,无需演示数据,通过自动生成算法和模拟实验优化策略,比传统方法更高效。
📝 Abstract
Push-T is an iconic benchmark for learning manipulation policies from human demonstrations. The robot must use a single point of contact to push a T-shaped block into a target pose. In this short paper, we revisit the Push-T task in the context of emerging advances in Agentic Robotics where an LLM coding agent -- Claude Code with Fable 5 -- is prompted to create an algorithmic solution that does not require any demonstration data. We study how effective the agentic coding loop can solve the Push-T task, and compare the resulting code as policy with the visuomotor imitation learning policy. Results suggest that the agent found the 2D gym simulation online, and used sim experiments to learn push mechanics, iteratively optimizing to achieve 100% success rate using 46% fewer steps than the best diffusion policy trained with 200 human demonstrations. The coding agent also solve extensions from T to the full alphabet (Push-A to Push-Z) using a self generated curriculum and generated simulation code for the Franka and UR5 robot arms in 3D cross-embodiment simulations with visual feedback. Videos, policies and details will be posted online.
Problem

Research questions and friction points this paper is trying to address.

Agentic Robotics
Push-T Task
Manipulation Policies
Demonstration Data
Algorithmic Solution
Innovation

Methods, ideas, or system contributions that make the work stand out.

Agentic Robotics
LLM coding agent
algorithmic solution without demonstration data
self-generated curriculum
cross-embodiment simulations