Scaling Scaling Laws with Board Games
FreePredictable scaling of AI performance with game complexity using AlphaZero and Hex
About Scaling Scaling Laws with Board Games
This paper, 'Scaling Scaling Laws with Board Games' by Andy L. Jones, investigates whether the performance of large-scale machine learning experiments can be extrapolated from smaller, cheaper experiments not only based on model size but also on problem size. Using AlphaZero and the board game Hex, the author demonstrates that the performance achievable with a fixed amount of compute degrades predictably as the game board size increases. Additionally, the study reveals a trade-off between train-time and test-time compute that can be exploited to maintain performance. The work contributes to understanding scaling laws in reinforcement learning and multiagent systems.
Key Features
Pros & Cons
- Shows a clear, predictable relationship between game size and performance
- Demonstrates a useful compute trade-off between training and testing
- Enables extrapolation of large-scale results from small, cheap experiments
- Provides practical insights for scaling reinforcement learning agents
- Limited to the specific domain of board games (Hex) and AlphaZero
- May not generalize to other game types or reinforcement learning algorithms
- Assumes the scaling law pattern remains consistent at much larger scales