From 87ddc4ed0087c0c6a7250810f2bcc07e37bb4f6d Mon Sep 17 00:00:00 2001 From: Sicheng He Date: Thu, 28 Dec 2023 23:32:26 -0800 Subject: [PATCH] Update README.md --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index fd8bc8a..82a2683 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,5 @@ # Gomoku RL - -[![](http://101.200.167.202:8000/b1/github/hesic73/gomoku_rl)](https://github.com/hesic73/gomoku_rl) - -**TO DO: pure C++ GUI application in Qt 5 and Libtorch.** - **Empirically, Independent RL is enough (and in fact much better than PSRO).** As mentioned in [[1]](#refer-anchor-1), due to Gomoku's asymmetry, it's hard to train a network to play both black and white. ![](/images/screenshot_0.gif)