David Kruger 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
2025-06-12 11:13:49 -07:00
2025-06-27 22:25:56 -07:00
2025-06-30 20:08:18 -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%