Back
gamesroboticsOpen source

JevPilot

Drive a Three.js car through Jev-selected paths and speeds.

What Jev decides

Which sampled steering and speed combination to take.

JevPilot offers sampled steering and speed combinations to Jev inside a playable 3D driving simulator.

CHOICE
Jev role
Choose a driving path and speed from eligible candidates.
Input
Road boundaries, nearby traffic, signals, destination guidance, and candidate paths.
Output
A selected driving candidate and its choice probabilities.
Decision frequency
Up to four requests per second near turns or traffic, less often on clear roads.
Fallback
Geometry and collision braking remain in local code.
Author reported · Source reviewed

How it works

Input
Road boundaries, nearby traffic, signals, destination guidance, and candidate paths.
Jev
CHOICE
Output
A selected driving candidate and its choice probabilities.

Overview

The simulator supplies compact road, traffic, signal, and destination data while local code handles geometry and control calculations. Jev selects among sampled driving paths and speeds; a local safety brake handles predicted collision risk. The hosted endpoint requires login, while local development uses the user’s own TypeSafe key.

Language
JavaScript
Author
standardagents
Sources checked Sep 24, 2026

Sources

Related projects