We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 634242c commit f1b171cCopy full SHA for f1b171c
README.md
@@ -11,7 +11,7 @@ Pure RL has outperformed supervised learning+RL agent
11

12
13
14
-# Nov20 SL evaluation
+# SL evaluation
15
16

17
@@ -58,7 +58,7 @@ python preprocess.py preprocess ./data/SGFs/kgs-*
58
python main.py --mode=train
59
```
60
61
-## Play Against An A.I. (currently only random A.I. is available)
+## Play Against An A.I.
62
63
64
python main.py --mode=gtp —-gtp_poliy=mctspolicy --model_path='./savedmodels/your_model.ckpt'
0 commit comments