Skip to content

Kose-i/othello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Start to study c++ for othello-game.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published