feat: TrictracBoard for kZero

This commit is contained in:
Henri Bourcereau 2025-09-01 14:47:09 +02:00
parent 4e299b04e2
commit e66d8b6624
5 changed files with 22 additions and 8 deletions

View file

@ -20,7 +20,7 @@ serde_json = "1.0"
store = { path = "../store" }
rand = "0.8"
env_logger = "0.10"
burn = { version = "0.17", features = ["ndarray", "autodiff"] }
burn = { version = "0.18", features = ["ndarray", "autodiff"] }
burn-rl = { git = "https://github.com/yunjhongwu/burn-rl-examples.git", package = "burn-rl" }
log = "0.4.20"
confy = "1.0.0"