feat(spiel_bot): Monte-Carlo tree search

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

1
Cargo.lock generated
View file

@ -5898,6 +5898,7 @@ dependencies = [
"anyhow",
"burn",
"rand 0.9.2",
"rand_distr",
"trictrac-store",
]