AI Catan player — AlphaBeta search, MCTS, and AlphaZero on a fast bitboard engine
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
19
commits
Fix --gpu-data OOM: in-place normalization, staged GPU transfer
b157829View on GitHubAdd --gpu-data flag to store training data on GPU for faster training
9623283View on GitHubFix Colab T4 OOM: CPU-resident data, batched validation, --max-samples
c810710View on GitHubFix Colab double-cd bug: use absolute path for repo dir
84a4891View on GitHubGNN architecture, human game feature extractor, inference integration
56ebcabView on GitHubBatch ranking loss forward pass + increase batch size for GPU
f3da057View on GitHubAdd ranking loss training to fix MCTS value head move discrimination
52dee33View on GitHubUpdate Colab notebook for exp #23 asymmetric loss training
1ee5271View on GitHubAdd asymmetric loss + negative oversampling for value head training
d3d965cView on GitHubAZ training memory/resume fixes, MCTS hybrid experiments, Colab GPU training
53efe2eView on GitHubWIP: AZ split-body net, ExIt self-play pipeline, bridge trade strategy, misc fixes
5701facView on GitHubFix fork deadlock: disable OMP/MKL threads before torch import
94615b4View on GitHub