CAST: Using Game Solvers to Guide LLM Agent Training
A novel approach known as CAST (Credit Assignment from Solver Teachers) enhances the training process of large language models (LLMs) for extended games by utilizing game solvers to deliver feedback at each turn. Traditional reinforcement learning with verifiable rewards (RLVR) offers only limited final rewards, complicating the task of attributing success to specific actions. CAST translates variations in a solver's state value into solver advantages, integrating these as dense signals within RLVR. Assuming a soft-optimal solver, maximizing solver advantage aligns with on-policy distillation from the solver, relying solely on scalar values. This technique was evaluated using games such as Sokoban and Minesweeper, among others.
Key facts
- CAST stands for Credit Assignment from Solver Teachers
- It uses game solver state value changes as turn-level credit signals
- Maximizing solver advantage is equivalent to on-policy distillation under soft-optimal assumption
- Tested on Sokoban and Minesweeper
- Published on arXiv with ID 2607.25308
Entities
—