How do I smooth out my volatile telemetry predictions? #2072
Unanswered
AyushG-1210
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem Context:$\mu$ ) of a race track based on F1 telemetry. The model uses two experts (Straight vs. Corner) gated by curvature. Despite using L-BFGS and Soft-Gating, the model is stuck in a local minimum where the grip $(\mu)$ refuses to "self-discover" beyond the hard-coded floor, and the resulting telemetry (throttle/brake) exhibits high-frequency oscillations.
I am training a Hybrid MoE-PINN to discover the local grip limit (
Code:
This is a pretty condensed version of my actual scripts, but the main parts should be clear enough to diagnose the error.
Nothing I seem to do fixes the car trying to jump from max throttle to max braking.
Beta Was this translation helpful? Give feedback.
All reactions