David Kruger 17884f4b90 Working MCTS implementation
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
2025-06-27 13:34:49 -07:00
2025-06-27 13:34:49 -07:00
2025-06-27 13:34:49 -07:00
2025-06-12 11:13:49 -07:00
2025-06-27 13:34:49 -07:00
2025-06-27 13:34:49 -07:00
2025-06-12 11:11:51 -07:00
2025-06-12 11:11:51 -07:00

rustic_mcts

An extensible implementation of Monte Carlo Tree Search (MCTS) using an arena allocator.

Description
An extensible implementation of Monte Carlo Tree Search (MCTS) using an arena allocator.
Readme MIT 106 KiB
Languages
Rust 100%