Skip to content

Commit

Permalink
ビルド環境を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
TadaoYamaoka committed May 5, 2018
1 parent 735e8af commit e6e51f6
Showing 1 changed file with 37 additions and 26 deletions.
63 changes: 37 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,37 @@
# DeepLearningShogi

将棋でディープラーニングを実験するためのプロジェクトです。

基本的にAlphaGoの手法を参考に実装していく予定です。

検討経緯、実験結果などは、随時こちらのブログに掲載していきます。

http://tadaoyamaoka.hatenablog.com/

## 使用ライブラリ
* [Chainer](http://chainer.org/) 2.0.0
* [elmo_for_learn](https://github.com/mk-takizawa/elmo_for_learn)

※モンテカルロ木探索の実装は囲碁プログラムの[Ray+Rn](https://github.com/zakki/Ray)の実装を参考にしています。

## ビルド環境
* Windows 10 64bit
* Python 3.5 ([Anaconda](https://www.continuum.io/downloads) 4.2.0 (64-bit))
* Visual Studio 2015
* [Boost](http://www.boost.org/) 1.65.1

## ライセンス
ライセンスはMITライセンスとします。

cppshogiは[elmo_for_learn](https://github.com/mk-takizawa/elmo_for_learn)のソースを流用しているため、GPLライセンスとします。
# DeepLearningShogi

将棋でディープラーニングを実験するためのプロジェクトです。

基本的にAlphaGoの手法を参考に実装していく予定です。

検討経緯、実験結果などは、随時こちらのブログに掲載していきます。

http://tadaoyamaoka.hatenablog.com/

## 使用ライブラリ
* [elmo_for_learn](https://github.com/mk-takizawa/elmo_for_learn)

※モンテカルロ木探索の実装は囲碁プログラムの[Ray+Rn](https://github.com/zakki/Ray)の実装を参考にしています。

## ビルド環境
### USIエンジン、自己対局プログラム
#### Windowsの場合
* Windows 10 64bit
* Visual Studio 2015
#### Linuxの場合
* Ubuntu 16.04 LTS
* g++
#### Windows、Linux共通
* CUDA 9.0
* cuDNN 7

### 学習部
上記USIエンジンのビルド環境に加えて以下が必要
* [Chainer](http://chainer.org/) 2以上
* Python 3.5もしくは3.6 ([Anaconda](https://www.continuum.io/downloads) 4.2.0 (64-bit)※Chainerが4系の場合はAnadonda5系が必要)
* [Boost](http://www.boost.org/) 1.65.1

## ライセンス
ライセンスはMITライセンスとします。

cppshogiは[elmo_for_learn](https://github.com/mk-takizawa/elmo_for_learn)のソースを流用しているため、GPLライセンスとします。

0 comments on commit e6e51f6

Please sign in to comment.