feat(spiel_bot): init crate & implements GameEnv trait + TrictracEnv
This commit is contained in:
parent
0a4f139e1d
commit
c0d844fdf6
6 changed files with 676 additions and 1 deletions
9
Cargo.lock
generated
9
Cargo.lock
generated
|
|
@ -5891,6 +5891,15 @@ dependencies = [
|
|||
"windows-sys 0.60.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "spiel_bot"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"rand 0.9.2",
|
||||
"trictrac-store",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "spin"
|
||||
version = "0.10.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue