diff --git a/README.md b/README.md index d560717..732adb9 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,15 @@ A real-time controller for the [comma controls challenge](https://github.com/com **`total_cost` 72.3 vs the pid baseline's 110.3 — 34% lower, and better on both axes.** Scored on the full 5,000-segment set. -![report](report.png) +![cost distributions — karti vs pid](aggregate.png) | controller | total_cost | lataccel_cost | jerk_cost | | --- | --- | --- | --- | | **`karti`** | **72.3** | **0.97** | **24.1** | | `pid` (baseline) | 110.3 | 1.70 | 25.5 | +Full report — cost table, pass check, and sample rollouts: **[report.png](report.png)**. + ## How it works Feedforward does the driving. PID just trims the residual. diff --git a/aggregate.png b/aggregate.png new file mode 100644 index 0000000..f4bf5e4 Binary files /dev/null and b/aggregate.png differ diff --git a/report.png b/report.png index 8580398..90995df 100644 Binary files a/report.png and b/report.png differ