Imagine you're a session musician who learned 12 songs for a gig. The venue tells you one of those songs is under a copyright dispute — you need to forget it completely, right now, but still nail the other eleven tonight. You can't just reset to zero and relearn everything; you need a surgical lobotomy for one song while your fingers still remember the rest. That's exactly the problem ForgetMimic solves for humanoid robot control policies. The committed claim: ForgetMimic is the first motion-level unlearning method designed for physical-world humanoid control via reinforcement learning. Given a policy trained on N motions, the method degrades performance on a target subset of K motions while preserving the effectiveness of the remaining N−K. The motivating use cases are GDPR right-to-be-forgotten compliance, removal of malicious or poisoned motions, and elimination of suboptimal behaviors — all without retraining from scratch. The architecture sits squarely in the RL-from-demonstration family. The base policies are trained using human motion capture data as reference trajectories, a paradigm that has become standard for agile humanoid locomotion (think AMP-style methods from DeepMimic onward). ForgetMimic operates as a post-hoc modification layer: it takes an already-trained policy and applies a targeted unlearning procedure. The key technical contribution is identifying two training mechanisms specific to robot control that cause naive unlearning approaches to fail — the paper claims to resolve both, though the abstract doesn't name them explicitly. Experimental validation covers the Unitree G1 and H1 humanoid platforms across 12 distinct motions including Dance, Fight, and Flip. This is a reasonable breadth for a first paper in the space: multiple robot morphologies and a diverse motion library. The results reportedly show that designated motions are effectively forgotten while all retained motions continue to operate normally. However, all validation appears to be from the same research group, in simulation or on their own hardware, with no independent replication or pre-registered protocol. The ladder question is tricky because there is essentially no prior art for motion-level unlearning in humanoid RL. The paper positions itself as a first, and that claim appears credible — machine unlearning has been explored in classification and language models, but applying it to continuous-control policies with motion-conditioned behaviors is genuinely new territory. The closest baselines would be generic machine unlearning techniques (gradient ascent, fine-tuning on retain set), and the paper presumably compares against those, though the abstract doesn't provide numbers. The milestone that matters here is deployment on real hardware in adversarial conditions: can ForgetMimic erase a motion from a deployed robot's policy in the field, with verification that the motion is truly unrecoverable (not just suppressed), and with formal guarantees strong enough to satisfy a GDPR audit? That's a long way from 12 motions in a lab. The gap between "works in controlled experiments" and "legally defensible unlearning" is enormous, and the field of machine unlearning broadly has not closed it. The obvious experiment not run: adversarial recovery attacks. If someone specifically tries to reconstruct the forgotten motion from the modified policy weights — through fine-tuning, probing, or membership inference — does the unlearning hold? This is the central question in the broader machine unlearning literature, and its absence here is notable. Most likely explanation: the authors are saving it for a follow-up, or the results are mixed. A second gap: no real-world hardware deployment results are mentioned, suggesting all experiments may be in simulation.