Commit Graph

24 Commits

Author SHA1 Message Date
c3a0335ff1
Merge: replace 'tic-tac-toe' with '4 in a row'
'tic-tac-toe' version is located on the other branch.
2023-06-02 23:48:55 +08:00
cc369c7094
fix: update Makefile 2023-06-02 23:36:06 +08:00
0fb79b3e1e
feat: change q-learning method to fit 'on 4 in a row' 2023-06-02 23:34:37 +08:00
b024eec8e4
feat: calculate state hash 2023-06-02 20:19:46 +08:00
7fcadce548
feat: Big num for state representation 2023-06-02 16:52:59 +08:00
821bc5727f
feat: set up 'four in a row' enviroment 2023-06-02 15:47:02 +08:00
605d9f6dd9
feat: Chaining hash table 2023-06-02 03:27:55 +08:00
Ting-Jun Wang
5cf2ef7936
Merge pull request #1 from eeeXun/clang-format
GitHub-Action auto format with clang-format
2023-05-31 16:45:50 +08:00
eeeXun
7a68a06c86 style(format): run clang-format 2023-05-31 11:31:15 +08:00
eeeXun
7ba9db7f83 chore: github-action auto format with clang-format 2023-05-31 11:21:44 +08:00
69d302d38a
fix: use constant to manage episode number 2023-05-30 03:13:08 +08:00
023bbf7315
fix: Makefile dependence 2023-05-30 03:12:41 +08:00
c99e145421
docs: add README 2023-05-30 02:57:43 +08:00
03d28c81c9
style: clean useless variable 2023-05-30 02:51:51 +08:00
147fef527e
feat: split code into different header file 2023-05-30 02:35:26 +08:00
32a88ac988
feat: tic tac toe simulation OK 2023-05-30 02:20:40 +08:00
0aeb6a9205 fix: .editorconfig's error in Gitea 2023-05-25 03:34:38 +08:00
0e92289ce5
style: add .editorconfig 2023-05-25 03:32:34 +08:00
429d6eedea
feat: argmax & bot choose action 2023-05-25 03:24:39 +08:00
92ba4bac77
feat: add Makefile 2023-05-24 17:40:21 +08:00
f7c4132cd6
feat: format function docs & act() 2023-05-24 17:39:46 +08:00
d48a767223
feat: get winner & state hash 2023-05-24 16:28:23 +08:00
f0c16c48a7
docs: add comments 2023-05-23 23:26:03 +08:00
0451f068de
feat: show chessboard 2023-05-23 23:14:10 +08:00