A Rust implementation of the Monte Carlo Tree Search (MCTS) algorithm, utilizing an arena allocator for efficient memory management.
Stars
11
Forks
3
Watchers
11
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
23
commits
Merge pull request #6 from PaytonWebber/refactor/ultimate-tic-tic-toe
c9d879aView on GitHubrefactor ultimate-tic-tac-toe example to use bitboard representation
f04ceafView on GitHubrefactor ultimate-tic-tac-toe example to be more readable, and fix logic error (#5)
5298868View on GitHubrefactor tic-tac-toe example to use bitboard representation (#4)
b01ce22View on GitHubminor: removed dead license reference in table of contents
ca1dea2View on GitHub