RoboJEV
lykycy123
RoboJEV is a small, inspectable robotics laboratory. JEV receives **structured simulator state, not images**, selects an immediate intent, then selects X/Y/Z directions and a gripper command. A Cartesian controller executes the action using real MuJoCo contacts. Each task has independent physical success checks; model answers cannot declare success.
- License
- Apache-2.0
- GitHub Stars
- 9
- Source reviewed
- —
Where Jev makes a decision
Jev returns a structured decision for the local program; consult the source for the exact decision policy.
What this project offers
Adds structured choices or scores to the workflow; performance and cost benefits have not been independently verified.
Review scope
Based on repository metadata and README with rule-based classification; pending human review, with no independent runtime or performance verification.
Sources and implementation
Related projects
OneVOneJev
emrickgarrett · High-Frequency / Games
A browser-based 1v1 shooter where Jev reads structured match state and chooses movement, aim, and firing.
jevpilot
standardagents · High-Frequency / Games
A browser driving simulator where Jev chooses among locally generated paths and speeds.
live-jev
vinilana · High-Frequency / Games
A browser-based top-down driving simulator using Jev for lane and speed choices, with an optional chat-model comparison.
JevBird
leftspace89 · High-Frequency / Games
A Python Flappy Bird game where code simulates candidate routes and Jev picks one.