msr-spare-1/spare-fixed-corpus-gpt53-6skill
SPARE fixed corpus — gpt-5.3, 6 skills Balanced 2,400-game validated corpus (400 per skill) generated by gpt-5.3-chat, the external-generator counterpart to the self-generated 30B corpus. Top-level games are the kept set; _unused/ and _invalid/ retain the full validation record. 2400 validated environments. Skill Games Causal Inference 400 Logical Deduction 400 Mathematical Reasoning 400 Optimization 400 Pattern Recognition 400 Spatial Reasoning 400… See the full description on the dataset page: https://huggingface.co/datasets/msr-spare-1/spare-fixed-corpus-gpt53-6skill.
SPARE fixed corpus — gpt-5.3, 6 skills
Balanced 2,400-game validated corpus (400 per skill) generated by gpt-5.3-chat, the external-generator counterpart to the self-generated 30B corpus. Top-level games are the kept set; _unused/ and _invalid/ retain the full validation record.
2400 validated environments.
Each game exposes the SPARE contract (reset(seed=None), step(action) -> (obs, reward, terminated, truncated, info)). Load via the project loader, which injects the stdlib names and base classes generated games rely on:
from spare.core.envs.synthetic_game_env import make_synthetic_env
env = make_synthetic_env("game_000000_mathematical_reasoning.py")