docs: add README
This commit is contained in:
parent
03d28c81c9
commit
c99e145421
18
README.md
Normal file
18
README.md
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# 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
|
||||||
|
```
|
||||||
Loading…
Reference in New Issue
Block a user