š” The paper addresses the need for everāexpanding, diverse training goals that can keep pace with a language modelās growing abilities. Existing collections of training environments are either handācrafted, generated once and frozen, or verified by a static system, so the distribution of tasks does not change as the learner improves. This limits the potential for openāended selfāimprovement.
SPADE SelfāPlay in Adaptive Synthetic Executable Environments proposes a selfāplay reinforcementālearning framework in which a single large language model assumes two complementary roles. The first role, the Environment Designer, writes complete, longāhorizon training environments as executable code that follows an OpenAIāGymāstyle reset and step interface. The second role, the Reasoning Agent, interacts with those environments, learning to act, reason, and use tools over multiple steps. Both roles are stateful and involve multiāturn interactions, allowing the same interface to cover pure reasoning problems as well as toolāuse scenarios.
A key innovation is the use of a regretābased signal to guide environment creation. The Reasoning Agentās regret is estimated as the difference between the reward it obtains when it receives privileged hints and the reward it obtains without those hints. The Environment Designer is trained to maximize this regret, thereby generating environments that sit at the edge of the agentās current capabilities while remaining solvable. The authors find that two components are critical for success: grounding the Designer on documents sampled from a large preātraining corpus, and providing the Designer with an accumulated memory of previously created environments so it can build on past experience.
Experiments scale the framework up to 30ābillionāparameter models and compare against the strongest fixedāenvironment baselines across eight heldāout benchmarks covering mathematics, science, code, and general reasoning. SPADE yields an average improvement of 5.3 points. In toolāuse settings it raises performance by 5.7 points on the BFCLāv4 multiāturn benchmark and by 13.9 points on ACEBenchāAgent. In gameālike environments the performance gap over baselines grows with model size. The results demonstrate that making environment design a learnable component enables a concrete step toward openāended selfāimprovement for language models.
š Published on Aug 19
š Links:
⢠GitHub: https://github.com/huggingface
⢠arXiv: https://arxiv.org/abs/2608.19197
⢠PDF: https://arxiv.org/pdf/2608.19197
⢠Project Page: https://spade-rl.github.io/
š Datasets citing this paper:
⢠https://huggingface.co/datasets/spade-rl/SPADE-Environments-ToolUse
āāāāāāāāāāāāāāāāāāāāāāāā
š¢ By: https://t.me/PaperNexus
#SelfPlayRL #SyntheticEnvironments #LanguageModelTraining #AdaptiveTaskGeneration #ExecutableAI

