JEV 中文指南 · 独立资料与开发者社区 官方信息请以 TypeSafe AI 为准
← 返回真实案例库

CASE FILE / 机器人

使用GPT-6 Astra和@typesafeai Jev构建SO-101拾取和放置模拟

使用GPT-6 Astra和@typesafeai Jev构建SO-101拾取和放置模拟。 Astra读取头顶和手腕摄像机图像并产生结构化观察,Jev返回带有概率分数的输入决策。 单独的本地控制器执行运动并检查手臂是否保持在其极限内并为每一步做好准备。这些模型从不直接控制电机。 固定的拾取和放置顺序可能不需要这么多的决策。我将其用作观察不确定且系统需要决定是等待还是停止的情况的测试平台。

作者:Ali Uraish @ali_uraish
● ● ●CASE FILEGUIDE
Ali Uraish · @ali_uraish

案例拆解

使用GPT-6 Astra和@typesafeai Jev构建SO-101拾取和放置模拟。 Astra读取头顶和手腕摄像机图像并产生结构化观察,Jev返回带有概率分数的输入决策。 单独的本地控制器执行运动并检查手臂是否保持在其极限内并为每一步做好准备。这些模型从不直接控制电机。 固定的拾取和放置顺序可能不需要这么多的决策。我将其用作观察不确定且系统需要决定是等待还是停止的情况的测试平台。

阅读 453喜欢 8转发 0

原帖内容

Built an SO-101 pick and place simulation using GPT-6 Astra and @typesafeai Jev. Astra reads overhead and wrist camera images and produces structured observations and Jev returns typed decisions with probability scores. A separate local controller carries out the movements and checks that the arm stays within its limits and is ready for each step. The models never directly control the motors. A fixed pick and place sequence probably doesnt need this much decision making. I m using it as a testbed for situations where observations are uncertain and the system needs to decide whether to act wait or stop.

这个案例说明了什么?

  • 把感知状态交给 JEV 做实时离散决策
  • 用概率决定继续自主执行还是停下来
  • 回看原帖里的仿真或真机演示