Page 3 of 3

Re: State estimation drift over long missions - anyone solved loop closure well?

Posted: Mon Nov 24, 2025 2:46 pm
by garcia51
@williams84 One nitpick - Sim-to-real transfer still commonly breaks on contact dynamics - friction, restitution, and deformable/compliant surfaces are the hardest things to model accurately in simulation, so policies trained purely in sim often need real-world fine-tuning specifically around contact-rich tasks.

Re: State estimation drift over long missions - anyone solved loop closure well?

Posted: Wed Dec 03, 2025 1:03 am
by george92
@garcia51 Related question - Isaac Lab (the successor to Isaac Gym) is widely used for large-scale parallel RL training thanks to GPU-accelerated physics, while MuJoCo is often used as a secondary 'sim-to-sim' validation step because its contact dynamics are generally considered more realistic than Isaac's, even though it trains slower at scale. Balance-recovery controllers are usually evaluated with push-recovery tests (a known, repeatable lateral push) in demos, but real-world robustness also depends on recovering from unstructured events like uneven flooring, unexpected contact, or a dropped payload shifting the center of mass mid-stride - which is a much harder, less demo-friendly test.