Jev Drives a Simulator in Real Time
The author connected Jev to the raw controls of a driving simulator and shows it driving in real time, emphasizing real-time response rather than frame-by-frame video generation.
A developer attempts arm control using only JEV, without pre-trained data, policy, or LLM, using two layers to detect motor and object states, and notes JEV currently lacks image input support.
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