chore(refact): rename modules with 'trictrac-' prefixes
This commit is contained in:
parent
74f11fe7d3
commit
90746bc63b
20 changed files with 134 additions and 156 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "bot"
|
||||
name = "trictrac-bot"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
|
|
@ -13,7 +13,7 @@ path = "src/burnrl/main.rs"
|
|||
pretty_assertions = "1.4.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
store = { path = "../store" }
|
||||
trictrac-store = { path = "../store" }
|
||||
rand = "0.9"
|
||||
env_logger = "0.10"
|
||||
burn = { version = "0.20", features = ["ndarray", "autodiff"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue