Views
No views yet
gen9randombattle format, trained against the game engine and evaluated with a
statistical gate (SPRT) against prior champions.bc-d128-500k/bc-ckpt-000.pt … bc-ckpt-007.pt) plus
metrics.jsonl (per-epoch train/val cross-entropy, top-1 accuracy, value-head
metrics). Best epoch: bc-ckpt-007.pt, val_top1 = 0.829 — this checkpoint
was selected as the official initialization for the RL (PPO) stage.bc-d256-500k/bc-ckpt-000.pt … bc-ckpt-007.pt) plus metrics.jsonl. Best epoch:
bc-ckpt-006.pt, val_top1 = 0.8423 — larger model, higher accuracy than
d128, kept as a reference/ablation point.rl-references/matrix-ppo-399.pt — PPO fine-tune, 400 iterations, initialized from the
d128@500k BC checkpoint (bc-d128-500k/bc-ckpt-007.pt). Current champion of
this training generation.anchordecay-399.pt — earlier reference champion ("A@399"), PPO from a BC
init with a decaying KL-anchor schedule. Kept for comparison against
matrix-ppo-399.Looyyd/pokebot-bc-corpus-v2 —
the behavior-cloning trajectory corpus used to train the bc-* checkpoints above.Looyyd/pokebot-bc-prepcache-v2 —
preprocessed/tokenized cache derived from the corpus, used directly by the BC
training loop.