feat(spiel_bot): az_train parallel games with rayon

This commit is contained in:
Henri Bourcereau 2026-03-09 19:43:52 +01:00
parent 150efe302f
commit 4691a84e23
4 changed files with 27 additions and 4 deletions

View file

@ -9,6 +9,7 @@ anyhow = "1"
rand = "0.9"
rand_distr = "0.5"
burn = { version = "0.20", features = ["ndarray", "autodiff"] }
rayon = "1"
[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }