feat(spiel_bot): Monte-Carlo tree search

This commit is contained in:
Henri Bourcereau 2026-03-07 20:45:02 +01:00
parent 7ba4b9bbf3
commit baa47e996d
6 changed files with 672 additions and 0 deletions

View file

@ -7,4 +7,5 @@ edition = "2021"
trictrac-store = { path = "../store" }
anyhow = "1"
rand = "0.9"
rand_distr = "0.5"
burn = { version = "0.20", features = ["ndarray", "autodiff"] }