Go to file
2023-06-02 23:57:46 +08:00
.github/workflows chore: github-action auto format with clang-format 2023-05-31 11:21:44 +08:00
.clang-format chore: github-action auto format with clang-format 2023-05-31 11:21:44 +08:00
.editorconfig fix: .editorconfig's error in Gitea 2023-05-25 03:34:38 +08:00
bignum.c feat: calculate state hash 2023-06-02 20:19:46 +08:00
bignum.h feat: calculate state hash 2023-06-02 20:19:46 +08:00
constant.h Merge: replace 'tic-tac-toe' with '4 in a row' 2023-06-02 23:48:55 +08:00
enviroment.c Merge: replace 'tic-tac-toe' with '4 in a row' 2023-06-02 23:48:55 +08:00
enviroment.h Merge: replace 'tic-tac-toe' with '4 in a row' 2023-06-02 23:48:55 +08:00
hash-table.c feat: change q-learning method to fit 'on 4 in a row' 2023-06-02 23:34:37 +08:00
hash-table.h feat: change q-learning method to fit 'on 4 in a row' 2023-06-02 23:34:37 +08:00
main.c Merge: replace 'tic-tac-toe' with '4 in a row' 2023-06-02 23:48:55 +08:00
Makefile fix: update Makefile 2023-06-02 23:36:06 +08:00
q-learning.c Merge: replace 'tic-tac-toe' with '4 in a row' 2023-06-02 23:48:55 +08:00
q-learning.h Merge: replace 'tic-tac-toe' with '4 in a row' 2023-06-02 23:48:55 +08:00
README.md docs: update README 2023-06-02 23:57:46 +08:00

Q-Learning-with-Four-in-a-Row

Project for 1112 NCNU CSIE "Parallel Programming with the Message-Passing Interface"

Setup

git clone https://github.com/snsd0805/Q-learning-with-Four-in-a-Row.git

Compile

make

Run simulation

make run