4 Commits

Author SHA1 Message Date
76051cd76b Removing the id field from the Action trait
This would in theory be useful for a transposition table, but we do not
currently support that. As such I don't want to burden the
implementation with that field until it is deemed necessary.
2025-06-30 21:41:27 -07:00
a2711f341f Cleanup debug print 2025-06-29 22:51:17 -07:00
b80f039b93 Adding a basic print_tree function to visualize the MCTS search tree
This probably is not a good thing to run on a very large tree.
2025-06-27 15:00:43 -07:00
3317c29480 Create a AI vs AI copy of tic-tac-toe 2025-06-27 13:45:49 -07:00