feat(spiel_bot): network with mlp and resnet

This commit is contained in:
Henri Bourcereau 2026-03-07 20:30:27 +01:00
parent c0d844fdf6
commit 9606e175b8
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"] }