Solving Physics Olympiad via Reinforcement Learning on Physics Simulators
This post introduces the paper "Solving Physics Olympiad via Reinforcement Learning on Physics Simulators" (arXiv:2604.11805).
- Research areas: cs.LG, cs.AI, cs.CV, cs.RO
- Authors: Mihir Prabhudesai, Aryan Satpathy, Yangmin Li, Zheyang Qin, Nikash Bhardwaj, Amir Zadeh, Chuan Li, Katerina Fragkiadaki, Deepak Pathak
- Published: 2026-04-13
Motivation
LLM reasoning has advanced rapidly since DeepSeek-R1, but this progress has largely relied on the abundance of internet question-answer (QA) pairs. Such data is limited in scale and concentrated mainly in domains like mathematics, making it a major bottleneck going forward.
Approach
The authors show that physics simulators can serve as a powerful alternative source of supervision for training LLMs in physical reasoning:
1. Generate random scenes in physics engines 2. Create synthetic QA pairs from the simulated interactions 3. Train LLMs using reinforcement learning on this synthetic data
Results
The trained model demonstrates zero-shot sim-to-real transfer: trained purely on synthetic simulation data, it improves performance on real IPhO (International Physics Olympiad) problems by 5-10 percentage points.
---
Source: arXiv:2604.11805