From d1279f5c6dc40d5546c781f431b9149d0282a8ec Mon Sep 17 00:00:00 2001 From: snsd0805 Date: Fri, 2 Jun 2023 23:57:46 +0800 Subject: [PATCH] docs: update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1a5289..abaf909 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# Q-Learning-with-Tic-Tac-Toe +# 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-Tic-Tac-Toe.git +git clone https://github.com/snsd0805/Q-learning-with-Four-in-a-Row.git ``` ### Compile