diff --git a/README.md b/README.md new file mode 100644 index 0000000..b1a5289 --- /dev/null +++ b/README.md @@ -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 +``` \ No newline at end of file