Go to file
2023-05-31 11:21:44 +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
constant.h feat: split code into different header file 2023-05-30 02:35:26 +08:00
enviroment.c feat: split code into different header file 2023-05-30 02:35:26 +08:00
enviroment.h feat: split code into different header file 2023-05-30 02:35:26 +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