From 999db5b4269a2dee6a4d9ad33d822ab0d43309c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harald=20Sch=C3=A4fer?= Date: Tue, 5 Aug 2025 20:14:01 -0700 Subject: [PATCH] Update RELEASES.md --- RELEASES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index cc07f923ae..545152e0f8 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -3,8 +3,8 @@ Version 0.10.0 (2025-08-05) * New driving model * New training architecture * Architecture outlined in CVPR paper: "Learning to Drive from a World Model" - * Longitudinal MPC replaced by E2E planning for experimental mode - * Lateral MPC in training replaced by E2E planning + * Longitudinal MPC replaced by E2E planning from worldmodel in experimental mode + * Action from lateral MPC as training objective replaced by E2E planning from worldmodel * Low-speed lead car ground-truth fixes * Enable live-learned steering actuation delay