Go to file
2023-06-02 16:52:59 +08:00
.editorconfig fix: .editorconfig's error in Gitea 2023-05-25 03:34:38 +08:00
bignum.c feat: Big num for state representation 2023-06-02 16:52:59 +08:00
bignum.h feat: Big num for state representation 2023-06-02 16:52:59 +08:00
constant.h feat: set up 'four in a row' enviroment 2023-06-02 15:47:02 +08:00
enviroment.c feat: set up 'four in a row' enviroment 2023-06-02 15:47:02 +08:00
enviroment.h feat: split code into different header file 2023-05-30 02:35:26 +08:00
hash-table.c feat: Chaining hash table 2023-06-02 03:27:55 +08:00
main.c fix: use constant to manage episode number 2023-05-30 03:13:08 +08:00
Makefile fix: Makefile dependence 2023-05-30 03:12:41 +08:00
q-learning.c feat: split code into different header file 2023-05-30 02:35:26 +08:00
q-learning.h feat: split code into different header file 2023-05-30 02:35:26 +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