18 lines
270 B
Markdown
18 lines
270 B
Markdown
# 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
|
|
``` |