feat(spiel_bot): init crate & implements GameEnv trait + TrictracEnv
This commit is contained in:
parent
a6644e3c9d
commit
df05a43022
6 changed files with 676 additions and 1 deletions
9
spiel_bot/Cargo.toml
Normal file
9
spiel_bot/Cargo.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "spiel_bot"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
trictrac-store = { path = "../store" }
|
||||
anyhow = "1"
|
||||
rand = "0.9"
|
||||
Loading…
Add table
Add a link
Reference in a new issue