This is othello repository
class | configure |
---|---|
Game | Othello game class |
Hand | abstracle class -> Computer, Player |
Computer | computer class with 強化学習 |
Player | player class |
Point | position class for map |
computer は強化学習により学習します. コンピュータ同士を学習させ, 最適な手を決定します.
config
内のdetect_hand.txt
ファイルを編集して,Black
White
のプレーヤーの名前を決めます.
format
Black [name]
White [name]
mkdir build
cd $_
cmake ..
make
実行ファイルができたことを確認して実行します.
./init_study
./main