mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-12 05:16:06 +08:00
* modeld: RL driving model with 3-file split Split the driving model into vision + off_policy + on_policy ONNX files and wire up the RL policy: - 3-file model split (vision / off_policy / on_policy), replacing the combined big_driving_policy/vision models - compiler updates for the split models - actually consume the policy action in modeld - add desire state to the driving model - model iterations (smoothness, off/on-policy weight updates) * modeld: update driving model * 1e72cf5a-785f-45ea-888f-28cdb14785de/100 * tinygrad hack * fix parsing * looser timing * big * Remove unnecessary modeld rebase changes * Tighten modeld split cleanup --------- Co-authored-by: Comma Device <device@comma.ai> Co-authored-by: Armandpl <adpl33@gmail.com>