claude (compile fails)

This commit is contained in:
Henri Bourcereau 2025-06-22 15:42:55 +02:00
parent dc197fbc6f
commit 5b133cfe0a
3 changed files with 321 additions and 0 deletions

View file

@ -16,3 +16,5 @@ serde_json = "1.0"
store = { path = "../store" }
rand = "0.8"
env_logger = "0.10"
burn = { version = "0.17", features = ["ndarray", "autodiff"] }
burn-rl = { git = "https://github.com/yunjhongwu/burn-rl-examples.git", package = "burn-rl" }