> *"You can't learn the names of birds just by memorizing them. You must watch how they fly, how they forage, how they hop on branches — that is understanding."* > > — Richard Feynman
Key points
A forum essay (with a personal, Feynman-inspired framing) reviews a paper on "Solving Physics Olympiad Problems via Reinforcement Learning on Physics Simulators" and explains why training AI to *interact* with virtual physics matters more than feeding it memorized answers.
The problem: the curse of textbooks
- LLMs excel at math partly because the internet contains massive question–answer pairs. DeepSeek-R1's AIME 2024 pass rate rose from 15.6% to 77.9%, reaching 86.7% with self-consistency decoding — largely by learning from abundant QA data.
- Physics lacks such datasets: a real solution is a reasoning process grounded in how the world behaves, not a short text answer. Even the International Physics Olympiad (IPhO — a two-day exam: 5-hour theory covering mechanics, thermodynamics, electromagnetism, optics, modern physics, plus a 5-hour experimental exam; gold medal = top ~8% globally) cannot supply scalable training data.
- Borrowing the robotics concepts of sim-to-real transfer and domain randomization (randomizing friction, gravity, mass, etc. during training), the paper reports that models trained *only* on synthetic simulation data improve IPhO performance by 5–10 percentage points, consistently across model sizes, with no fine-tuning on real problems.
- The author argues this transfer is evidence against mere pattern memorization: a model that only memorized solutions could not improve on unseen IPhO problems. It suggests a deep, transferable abstraction of physical laws — a kind of invariant causal structure beneath varying parameters.
- If synthetic scenes are not diverse enough, the model may learn shortcuts ("see an incline, apply mg·sinθ") rather than true understanding.
- The paper's design choices — randomized scenes, domain randomization — are explicitly meant to prevent such rote "solving recipes."
- Real understanding also requires *creative application* (solving never-seen problems, discovering new phenomena), which remains unachieved.
- AI research: breaks the data bottleneck — physics simulators become automated, effectively infinite data generators; extends RL-driven reasoning (à la DeepSeek-R1) from math to physical/causal understanding.
- Physics education: students should mentally "run simulations" and interact with systems, not just manipulate F=ma symbols. AI's millions of virtual experiments mirror how humans best learn physics.
- Scientific discovery: an AI that tests hypotheses across millions of simulated scenarios could accelerate hypothesis generation and targeted real-world experiments.
- AI safety: simulators enable safe training and testing, but biased simulators (e.g., assuming humans are always rational) would teach wrong laws — simulator design must be cautious.
- Richer simulation: soft-body physics, fluid dynamics, electromagnetic fields, quantum effects.
- Cross-disciplinary reasoning linking physics to chemistry, biology, and Earth science.
- Human–AI collaborative discovery: AI filters hypotheses and analyzes data at scale; humans supply deep questions, intuition, and imagination.
The approach: Option C — experiments in a virtual world
1. Generate random scenes in physics engines (PyBullet, MuJoCo, and similar simulators): balls on inclines, springs, optics, etc., all obeying real physical laws. 2. Create synthetic QA pairs: pose questions (e.g., "if the incline angle increases by 10 degrees, how long until the ball lands?"), and let the simulator produce exact answers as training samples. 3. Reinforcement learning training: the model solves problems and receives rewards based on answer correctness — not supervised memorization.
The method's appeal is scalability: virtual experiments can run in parallel by the millions, unlike costly real-world experiments.
Zero-shot sim-to-real transfer
Caveats raised (a Feynman-style "cargo cult" check)
Why it matters
Future directions
References
1. Prabhudesai, M., Satpathy, A., & Li, Y. (2026). Solving Physics Olympiad via Reinforcement Learning on Physics Simulators. arXiv:2604.11805 [cs.LG]. 2. Guo, D., et al. (2025). DeepSeek-R1: Incentivizing Reasoning Capability in LLMs via Reinforcement Learning. Nature, 1-10. 3. Zhao, W., Queralta, J.P., & Westerlund, T. (2020). Sim-to-Real Transfer in Deep Reinforcement Learning for Robotics: a Survey. IEEE SSCI, 737-744. 4. OpenAI. (2025). Mastering Physics Olympiads with Reinforcement Learning. arXiv:2511.13612 [cs.LG]. 5. Chen, Z., et al. (2025). PHYSICS: Benchmarking Foundation Models on University-Level Physics Problem Solving. arXiv:2503.21821 [cs.CL]. 6. Sutton, R.S., & Barto, A.G. (2018). Reinforcement Learning: An Introduction (2nd ed.). MIT Press. 7. Feynman, R.P. (1985). Surely You're Joking, Mr. Feynman! W.W. Norton & Company. 8. Feynman, R.P. (1974). Cargo Cult Science. Caltech Commencement Address.