This website requires JavaScript.
Explore
Help
Sign in
henri
/
trictrac
Watch
1
Star
1
Fork
You've already forked trictrac
0
Code
Issues
13
Pull requests
Projects
1
Releases
Packages
Wiki
Activity
Actions
8c48fc64f5
trictrac
/
spiel_bot
/
src
/
lib.rs
7 lines
94 B
Rust
Raw
Normal View
History
Unescape
Escape
feat(spiel_bot): AlphaZero
2026-03-07 21:00:27 +01:00
pub
mod
alphazero
;
feat(spiel_bot): dqn
2026-03-10 22:12:52 +01:00
pub
mod
dqn
;
feat(spiel_bot): init crate & implements `GameEnv` trait + `TrictracEnv`
2026-03-07 20:12:59 +01:00
pub
mod
env
;
feat(spiel_bot): Monte-Carlo tree search
2026-03-07 20:45:02 +01:00
pub
mod
mcts
;
feat(spiel_bot): network with mlp and resnet
2026-03-07 20:30:27 +01:00
pub
mod
network
;
feat(spiel_bot): cli spiel_bot strategy
2026-03-12 21:17:14 +01:00
pub
mod
strategy
;
Reference in a new issue
Copy permalink