Commit Graph

4 Commits

Author SHA1 Message Date
krugd eed303e58f 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 20:18:29 -07:00
krugd a2711f341f Cleanup debug print 2025-06-29 22:51:17 -07:00
krugd 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
krugd 3317c29480 Create a AI vs AI copy of tic-tac-toe 2025-06-27 13:45:49 -07:00