Skip to content

Commit

Permalink
Merge pull request facebookresearch#6 from Remi-Coulom/master
Browse files Browse the repository at this point in the history
Minor fixes after install
  • Loading branch information
yuandong-tian authored Jun 11, 2016
2 parents 6bfc34b + be3d429 commit 38ea675
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*.o
*.so
*.swp
models
test_playout_multithread
cnnPlayerV2/game-*.sgf
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ th cnnPlayerMCTSV2.lua [options]
See `cnnPlayerV2/cnnPlayerMCTSV2.lua` for a lot of options. For a simple first run (assuming you have 4 GPUs), you could use:

```bash
th cnnPlayerMCTSV2.lua --num_gpu [num_gpu] --time_limits 10
th cnnPlayerMCTSV2.lua --num_gpu [num_gpu] --time_limit 10
```
or (if you want to use a set of plausibly good parameters):

```bash
th cnnPlayerMCTSV2.lua --use_formal_params --num_gpu [num_gpu] --time_limits 10
th cnnPlayerMCTSV2.lua --use_formal_params --num_gpu [num_gpu] --time_limit 10
```

To load an existing game up to move 23:
Expand Down
1 change: 1 addition & 0 deletions local_evaluator/cnn_evaluator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ for i in `seq 1 $NUM_GPU`; do
if grep -q "ready" $OUTPUT-${i}.log; then
break
fi
sleep 1
done
done

0 comments on commit 38ea675

Please sign in to comment.