You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Best Monte Carlo Tree/Graph Search in the West! Still need to parallelize. This mcts implementation has state space awareness and does not implement Copy!!!
You can add pretty much any board game you want just look at the trait interface in game.rs and how the games in the games/ folder implement them.
About
Best Monte Carlo Tree/Graph Search in the West! Still need to parallelize. This mcts implementation has state space awareness and does not implement Copy!!!