feat(spiel_bot): network with mlp and resnet

This commit is contained in:
Henri Bourcereau 2026-03-07 20:30:27 +01:00
parent a31d2c1f30
commit 7ba4b9bbf3
6 changed files with 543 additions and 0 deletions

View file

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