Commit graph

355 commits

Author SHA1 Message Date
79a618cd77 fix(client_web): adjust fields highlights colors 2026-04-08 16:19:14 +02:00
a0e3cf5f19 refact(docs): clean docs 2026-04-08 16:18:08 +02:00
3b9a1277d8 feat(client_web): add messages on points gains 2026-04-07 21:32:35 +02:00
3c28eb465e feat(client_web): add opponent events buffer and confirmation steps 2026-04-06 20:58:04 +02:00
77233b24c0 feat(client_web): auto-roll dice on player turn 2026-04-06 20:46:51 +02:00
20e57eed2c fix(devenv): add lld dependency 2026-04-05 18:09:02 +02:00
bca03b7bcf refact: remove python & c++ bindings 2026-04-04 20:53:09 +02:00
7f63df2946 feat(client_web): show moves arrows on jan hover 2026-04-01 22:30:53 +02:00
082dc5a384 feat(client_web): highlight valid moves 2026-04-01 21:42:08 +02:00
9fe79ffc7a feat(client_web): add right panel for status messages and dice 2026-04-01 21:27:34 +02:00
c6031b0ace fix(store): battage en passant par coin de repos vide 2026-04-01 17:11:53 +02:00
7383b7d5e8 fix(web_client): dice jans display when dice not rolled 2026-03-31 21:55:39 +02:00
8fd5b87c95 fix(client_web): end game 2026-03-30 22:29:34 +02:00
3f8e451974 fix(store): remove empty possible jans 2026-03-29 21:57:14 +02:00
9c467ddd5b Merge branch 'feature/client_web' into develop 2026-03-29 21:15:52 +02:00
9980fe70f2 fix(store): allow tout d'une on rest corner move rules 2026-03-29 21:14:16 +02:00
e414e28047 feat(client_web): local bot (random strategy) 2026-03-29 19:19:33 +02:00
4ecb222e55 feat(client_web): i18n 2026-03-29 17:44:36 +02:00
d3a20eb6b6 feat(client_web): display checkers stacks 2026-03-28 17:34:56 +01:00
01fa837b84 feat(client_web): show holes & points progress bars 2026-03-28 17:17:01 +01:00
bef0ecbd8c fix(client_web): black moves indexes display 2026-03-28 16:37:05 +01:00
31ee129262 fix(client_web): list points jans 2026-03-28 13:58:53 +01:00
6174bc16e6 feat(client_web): dice with dots 2026-03-28 13:58:53 +01:00
37a66f6404 feat(client_web): flip board for black 2026-03-28 13:58:53 +01:00
e10a6cc84c feat(client_web): dice visual hints 2026-03-28 13:58:53 +01:00
8b108847af feat: client_web ui 2026-03-28 13:58:53 +01:00
a097be7395 refact: add cargo cxx feature 2026-03-28 13:58:53 +01:00
44451d8642 feat: add client_web (leptos impl. for 'multiplayer' project) 2026-03-28 13:58:53 +01:00
46416cdaef refact: add cargo "python" feature for pyo3 2026-03-28 13:58:53 +01:00
f15c5fb9dd fix: hit opponent corner only if own rest corner full 2026-03-28 13:58:16 +01:00
48a7fc43ad Merge branch 'feature/open_spiel' into develop 2026-03-27 08:18:32 +01:00
cf50784a23 fix: --n-sim training parameter 2026-03-25 16:06:11 +01:00
ad30d09311 feat(spiel_bot): cli spiel_bot strategy 2026-03-25 16:05:12 +01:00
e7d13c9a02 feat(spiel_bot): dqn 2026-03-10 22:12:52 +01:00
7c0f230e3d doc: tensor research 2026-03-10 08:19:24 +01:00
150efe302f feat(spiel_bot): az_train training command 2026-03-09 09:17:17 +01:00
3221b5256a feat(spiel_bot): alphazero eval binary 2026-03-09 09:17:17 +01:00
822290d722 feat(spiel_bot): upgrade network 2026-03-09 09:17:17 +01:00
9c82692ddb feat(spiel_bot): benchmarks 2026-03-09 09:17:17 +01:00
aea1e3faaf tests(spiel_bot): integration tests 2026-03-09 09:17:17 +01:00
519dfe67ad fix(spiel_bot): mcts fix 2026-03-09 09:17:17 +01:00
b0ae4db2d9 feat(spiel_bot): AlphaZero 2026-03-09 09:17:17 +01:00
58ae8ad3b3 feat(spiel_bot): Monte-Carlo tree search 2026-03-09 09:17:17 +01:00
d5cd4c2402 feat(spiel_bot): network with mlp and resnet 2026-03-09 09:17:17 +01:00
df05a43022 feat(spiel_bot): init crate & implements GameEnv trait + TrictracEnv 2026-03-09 09:17:17 +01:00
a6644e3c9d fix: to_tensor() normalization 2026-03-09 09:17:17 +01:00
85ccca4741 doc:rust open_spiel research 2026-03-09 09:17:17 +01:00
1c4c814417 fix: training_common::white_checker_moves_to_trictrac_action 2026-03-09 09:16:30 +01:00
db5c1ea4f4 debug 2026-03-07 13:53:13 +01:00
aa7f5fe42a feat: add get_tensor on GameState more explicit for training than the minimal get_vec() 2026-03-07 12:56:03 +01:00