CoolFace
Datasetpublic

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.

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes1.1kdownloads
Dataset Card

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.

SkillGames
Causal Inference400
Logical Deduction400
Mathematical Reasoning400
Optimization400
Pattern Recognition400
Spatial Reasoning400

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:

python
from spare.core.envs.synthetic_game_env import make_synthetic_env
env = make_synthetic_env("game_000000_mathematical_reasoning.py")