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

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",
]