Ptcg 2ply Bounded Search

Augment a BC Transformer agent with 2-ply bounded search using the cg library's SearchBegin/SearchStep API. Validated 2026-07-30 on Pokemon TCG AI Battle: search-enhanced agent submitted as v8 (LB pending). Use when: (1) you have a trained BC policy/value model, (2) the cg library exposes a search API (SearchBegin/SearchStep/SearchRelease), (3) you want lookahead beyond pure reaction-based action selection. Key risks: hidden-info sampling for unknown opponent state (use SNORLAX=1072 pad by convention), time budget per decision (N=5 samples × ~30 search_steps ≈ 1-3s), value-head quality unknown without calibration. Start with small N_SAMPLES and short rollout, tune up.

topprismdata Updated

File contents

topprismdata/cultivating-ml-agent/tree/main/skills/examples/ptcg-2ply-bounded-search commit bc68a93447

Frequently asked questions

npx skillmds@latest add topprismdata/ptcg-2ply-bounded-search