用 VLM 智能体实现上下文机器人学习

HuggingFace Daily Papers(社区热门论文)·2026-09-16 08:00·1天前
AI 导读

GPT-Policy 是一个面向上下文机器人学习的通用智能体框架,由上下文编译器、提出机器人工具动作的 VLM 和验证并执行动作的受限控制器组成,无需梯度更新或改动任务专属参数。真机试验中,人类视频演示即使没有机器人动作标签也能提升任务完成度,对齐的动作参考在接触敏感任务上带来进一步提升。

HuggingFace Daily Papers(社区热门论文)
40AI 编辑部评分,满分 100

用 VLM 智能体实现上下文机器人学习

2026-09-16 08:00· 1天前
AI 导读

GPT-Policy 是一个面向上下文机器人学习的通用智能体框架,由上下文编译器、提出机器人工具动作的 VLM 和验证并执行动作的受限控制器组成,无需梯度更新或改动任务专属参数。真机试验中,人类视频演示即使没有机器人动作标签也能提升任务完成度,对齐的动作参考在接触敏感任务上带来进一步提升。

Enabling robots to adapt to unfamiliar environments as readily as humans remains a moonshot goal of embodied AI. No finite collection of demonstrations can cover every task and situation a robot will encounter, making the ability to learn from context at deployment essential for generalization. Such in-context learning (ICL), however, remains largely beyond the reach of existing robotic policies. The broad agentic capabilities of commercial vision-language models (VLMs), such as GPT-6 Astra, raise a compelling question: can these models learn from demonstrations, examples, and interaction feedback, then translate that information into executable and verifiable robot behavior from a new initial state without gradient updates or persistent changes to task-specific parameters?

We introduce GPT-Policy, a general-agent framework for in-context robot learning. GPT-Policy integrates a context compiler that preserves task-relevant visual transitions, a VLM that proposes robot-tool actions, and a constrained controller that verifies and executes each action and reports its outcome. We evaluate its reliability and limitations through task success and efficiency metrics, matched comparisons across models, and controlled context ablations. In real-robot trials, human video demonstrations improve task completion even without robot action labels, while aligned action references yield further gains on contact-sensitive tasks.

These findings position GPT-Policy as a step toward robot adaptation through in-context learning, providing an empirical foundation for translating the general-purpose capabilities of VLMs into physical behavior and clarifying the challenges that must be overcome for reliable deployment.

来源:HuggingFace Daily Papers(社区热门论文)· arxiv.org