Skip to content

Commit

Permalink
Add README.md on ./board
Browse files Browse the repository at this point in the history
  • Loading branch information
yuandong-tian committed Jun 10, 2016
1 parent e40d9ca commit 3d0356e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions board/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Board library
=================

Default policy
--------------

In DarkForest, there are 3 default policies that could be chosen, specified by `--playout_policy`:

1. `v2` (default)
DarkForest uses its own trained default policy. The training set is Tygem (Thanks Ling Wang for providing this). `./models/playout-model.bin` is the trained model. Check `patternv2.c` for the source code.

2. `simple`
DarkForest uses simple default policy (trying to save when atari, trying to put others into atari, 3x3 pattern matching from Pachi, etc).

3. `pachi`
DarkForest uses Pachi's default policy. The majority of codes are in `./pachi_tactics`.

0 comments on commit 3d0356e

Please sign in to comment.