2026-03-07 20:12:59 +01:00
|
|
|
[package]
|
|
|
|
|
name = "spiel_bot"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
trictrac-store = { path = "../store" }
|
2026-03-12 21:17:14 +01:00
|
|
|
trictrac-bot = { path = "../bot" }
|
2026-03-07 20:12:59 +01:00
|
|
|
anyhow = "1"
|
|
|
|
|
rand = "0.9"
|
2026-03-07 20:45:02 +01:00
|
|
|
rand_distr = "0.5"
|
2026-03-07 20:30:27 +01:00
|
|
|
burn = { version = "0.20", features = ["ndarray", "autodiff"] }
|
2026-03-07 22:49:55 +01:00
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
|
criterion = { version = "0.5", features = ["html_reports"] }
|
|
|
|
|
|
|
|
|
|
[[bench]]
|
|
|
|
|
name = "alphazero"
|
|
|
|
|
harness = false
|