Solving Rubik’s Cube with a robot hand
OpenAI's robot hand just solved a Rubik's Cube using only simulation training. Here's why that matters for real-world AI deployment.

Why it matters
Demonstrates that reinforcement learning trained entirely in simulation can transfer to physical-world dexterity tasks without real-world fine-tuning—a critical capability for embodied AI systems. Shows the maturation of sim-to-real transfer techniques that unlock practical robotics applications.
The key facts
5 to knowNeural networks trained entirely in simulation using reinforcement learning (same approach as OpenAI Five)
Introduced Automatic Domain Randomization (ADR) technique
System generalizes to unseen conditions (e.g., external perturbations like stuffed giraffe)
Solves complex physical manipulation task requiring dexterity
Published October 2019 (foundational work in sim-to-real transfer)
Go to the source
OpenAI Blogopenai.com
Publisher excerpt: We’ve trained a pair of neural networks to solve the Rubik’s Cube with a human-like robot hand. The neural networks are trained entirely in simulation, using the same reinforcement learning code as OpenAI Five paired with a new technique called Automatic Domain Randomization (ADR). The system can…