17884f4b90d1f3d460a3a997b2c9174b73bacf48
This is a basic working implementation of the MCTS algorithm. Though currently the algorithm is slow compared with other implemenations, and makes sub-optimal choices when playing tic-tac-toe. Therefore some modifications are needed
rustic_mcts
An extensible implementation of Monte Carlo Tree Search (MCTS) using an arena allocator.
Languages
Rust
100%