feat(spiel_bot): Monte-Carlo tree search
This commit is contained in:
parent
d5cd4c2402
commit
58ae8ad3b3
6 changed files with 672 additions and 0 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue