| .editorconfig | ||
| bignum.c | ||
| bignum.h | ||
| constant.h | ||
| enviroment.c | ||
| enviroment.h | ||
| hash-table.c | ||
| hash-table.h | ||
| main.c | ||
| Makefile | ||
| q-learning.c | ||
| q-learning.h | ||
| README.md | ||
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