Gang of Four Training Data
Training data for the Gang of Four neural AI, generated from ExpertStrategy self-play.
Format: JSONL (one JSON object per line)
Size: ~1M game states
Source: ExpertStrategy vs ExpertStrategy games
Each line contains:
{
"state": [328 floats],
"action_mask": [40 floats],
"action_idx": int,
"declared_last_card": bool
}
from training.dataset import GangOfFourDataset