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

1
Cargo.lock generated
View file

@ -5896,6 +5896,7 @@ name = "spiel_bot"
version = "0.1.0"
dependencies = [
"anyhow",
"burn",
"rand 0.9.2",
"trictrac-store",
]