01 / CHOOSE YOUR APPROACH
ONE CAR. TWO WAYS TO THINK.
Both divisions use equivalent vehicles, observations and evaluation scenarios. Your runtime decision-making method determines the division; the tools you use to write code do not.
02 / LOGIC DRIVERS TRACK
SPELLCRAFT.
ENGINEER EVERY DECISION.Build a driver from rules, equations, optimization and state machines you design. No trained model may participate in the runtime decision path.
Example decision pipeline
- Read the road preview and estimate upcoming curvature.
- Combine curve feedforward with heading and position corrections.
- Reduce the target speed for tight corners or lower grip.
- Control throttle and braking to track the target speed.
Category boundaryA trained policy disguised as a lookup table is not a classical controller. Generative coding assistance is permitted in the proposal when disclosed; it does not make a driver Neuralcraft.
Spellcraft deliverables
- Runtime source code and locked dependencies.
- Controller configuration and tuned parameter values.
- A clear explanation of the decision pipeline and experiments.
03 / NEURAL DRIVERS TRACK
NEURALCRAFT.
TRAIN THE MIND BEHIND THE WHEEL.A trained neural network must meaningfully affect driving. It can return actions directly or produce a speed target, trajectory or manoeuvre that a classical controller executes.
Example decision pipeline
- Normalize the published vehicle and road observations.
- Run a frozen neural policy or trajectory planner.
- Convert its output into valid steering, throttle and brake values.
- Reset temporary model state before the next run.
Category boundaryTabular RL, genetic algorithms that only tune PID, and an LLM that only explains a replay do not meet the neural requirement. External commercial inference APIs are outside the proposed first-season championship.
Neuralcraft deliverables
- Inference code, frozen model weights and locked dependencies.
- Model card: architecture, training procedure, reward or loss, data provenance, licences and compute summary.
- A demonstration or limited ablation showing that the neural component affects driving.
- A reset implementation that clears temporary state; no learning across official runs.
04 / SHARED SUBMISSION
PACK YOUR DRIVER.
- Container and manifest: entrypoint, API version, image version and checksum.
- Method report of up to six core pages under the proposal.
- Integrity declaration covering contributors, AI tools, third-party components, data and licences.
- Team identity, selected division, one showcase slide and compliant livery.
The organizer will publish final packaging requirements and deadlines. Try the controller contract preview →
YOUR NEXT MOVE
GET READY FOR
THE GRID.