Find a file
2025-06-22 15:42:55 +02:00
bot claude (compile fails) 2025-06-22 15:42:55 +02:00
client_bevy chore: rename clients folders 2024-11-04 14:38:25 +01:00
client_cli remove python stuff & simple DQN implementation 2025-05-24 22:41:44 +02:00
client_tui refact: BotStrategy dyn trait 2024-11-04 17:37:36 +01:00
doc fix workflow 2025-06-22 12:32:59 +02:00
server refact: fix clippy warnings 2024-11-07 12:52:57 +01:00
store dqn trainer 2025-06-22 12:32:59 +02:00
.envrc devenv with rust 2022-11-30 16:15:03 +01:00
.gitignore profiler 2025-02-08 08:52:01 +01:00
Cargo.lock train command 2025-05-26 20:44:35 +02:00
Cargo.toml chore: rename clients folders 2024-11-04 14:38:25 +01:00
CLAUDE.md wip Gym : Claude AI suggestion 2025-03-02 11:01:24 +01:00
devenv.lock remove python stuff & simple DQN implementation 2025-05-24 22:41:44 +02:00
devenv.nix remove python stuff & simple DQN implementation 2025-05-24 22:41:44 +02:00
devenv.yaml devenv with rust 2022-11-30 16:15:03 +01:00
flake.nix dev env via flake.nix 2022-12-09 21:19:18 +01:00
justfile wip fix train 2025-06-01 17:00:36 +02:00
LICENSE Initial commit 2022-11-30 15:37:20 +01:00
README.md client_cli 2024-02-09 17:47:34 +01:00

Trictrac

Game of Trictrac in rust.

wip