Jev 接入驾驶模拟器实现实时驾驶
作者将 Jev 连接到驾驶模拟器的原始控制接口,并展示其在模拟环境中实时驾驶的画面,强调实时响应而非逐帧生成视频。
开发者尝试仅用 JEV 实现机械臂控制,不使用预训练数据、策略或 LLM,采用两层结构检测电机与物体状态,并指出 JEV 目前不支持图像输入。
Trying to make Arm Work only using JEV! ❌ No Pre-trained Data ❌ No Policy ❌ No LLM ✅ only JEV Layer 1 - Detect motor states and decide the next move ✅ Layer 2 - Detect object state + motor state for better output But currently JEV doesn’t support image input - will