论文多源确认精选

生物实验室用可复现机器人套件 WetRobo 发布

WetRobo: A Reproducible Robot Kit for Coding Agents in Biological Laboratories

精选理由

这个套件很实用,生物实验室的研究员可以直接用自然语言让机器人干活,不用自己编程或训练模型,比传统方法更方便。

WetRobo 是一个机器人套件,包含机械臂、实验室设备(培养箱、试剂瓶、培养皿)和通用技能文件。生物研究员只需提供自然语言指令,无需本地操作或神经网络训练,机器人就能执行任务。实验证明,使用 OpenAI Codex 的编码代理在两个实验室中成功完成了培养皿盖子抬起、瓶盖移除和培养箱开门等任务,而基于视觉语言动作策略的模型在实验室环境变化时性能会下降。

原文 · arXiv: OpenAI

WetRobo: A Reproducible Robot Kit for Coding Agents in Biological Laboratories

Automating biological research requires general-purpose, reproducible robot systems that allow individual wet-lab researchers to delegate robot tasks without performing teleoperation or neural-network training. Vision-language-action policies have been proposed for general-purpose arms, but can lose performance when their operating environment changes. We therefore built WetRobo, a robot kit that can readily transfer between laboratories. It consists of one robot arm, laboratory equipment (an incubator, a reagent bottle with a cap, and a Petri dish), the existing code that moves the arm, teleoperation demonstrations of each task that we recorded, and a general AGENTS.md skill file. A biological experimentalist provides natural-language tasks without collecting local teleoperation training data or training a neural network. The coding agent observes the local laboratory and writes and executes programs, using external tools as needed for adaptation. We demonstrate use of WetRobo with OpenAI Codex (gpt-5.6-sol) on three successful tasks: lifting a Petri dish lid, removing a bottle cap, and opening the incubator door, all in real-world laboratories. The coding agent achieved the cap task in both laboratories, Lab X and Lab Y, whereas a VLA fine-tuned on Lab X demonstrations succeeded there but failed to transfer to Lab Y. These results point to a practical route for laboratory robotics: instead of training a policy for each laboratory, distribute a kit and let a coding agent adapt it in each laboratory. Code, demonstrations, and the evolved programs are available at https://github.com/tsudalab/WetRobo.