Go to file
2023-06-02 23:34:37 +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 feat: change q-learning method to fit 'on 4 in a row' 2023-06-02 23:34:37 +08:00
enviroment.c feat: calculate state hash 2023-06-02 20:19:46 +08:00
enviroment.h feat: calculate state hash 2023-06-02 20:19:46 +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 feat: change q-learning method to fit 'on 4 in a row' 2023-06-02 23:34:37 +08:00
Makefile fix: Makefile dependence 2023-05-30 03:12:41 +08:00
q-learning.c feat: change q-learning method to fit 'on 4 in a row' 2023-06-02 23:34:37 +08:00
q-learning.h feat: change q-learning method to fit 'on 4 in a row' 2023-06-02 23:34:37 +08:00
README.md docs: add README 2023-05-30 02:57:43 +08:00

Q-Learning-with-Tic-Tac-Toe

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

Setup

git clone https://github.com/snsd0805/Q-learning-with-Tic-Tac-Toe.git

Compile

make

Run simulation

make run