Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 1.09 KB

README.md

File metadata and controls

51 lines (29 loc) · 1.09 KB

othello

This is othello repository

Build Status

File constitution

class configure
Game Othello game class
Hand abstracle class -> Computer, Player
Computer computer class with 強化学習
Player player class
Point position class for map

Computer class

computer は強化学習により学習します. コンピュータ同士を学習させ, 最適な手を決定します.

How to Use

config内のdetect_hand.txtファイルを編集して,Black Whiteのプレーヤーの名前を決めます.

format

Black [name]

White [name]

プレーヤー名にcomputerという文字列を指定していた場合,computerが起動します.

mkdir build

cd $_

cmake ..

make

実行ファイルができたことを確認して実行します.

./init_study

./main