バックギャモン AI 開発で調べたことをまとめるページ。
TD-Gammon 実装
- [Implementing TD-Gammon with Keras] (http://andrewdunstall.com/2021/01/24/implementing-td-gammon-with-keras/) 2021年
-
Before AlphaGo there was TD-Gammon
- レポジトリ - TensorFlowによる実装 2016年頃
- dellalibera/td-gammon - PyTorchによる実装 2019年頃
TD-Gammon 以外の実装
- ardabbour/amca - Stable Baselinesを使った実装(動くのだろうか?) 2019年頃
Gym
GNU Backgammon
Blog
Tools
-
OpenSpiel: A Framework for Reinforcement Learning in Games
- Available games - バックギャモンが実装されている
- arXiv
- Coach
- Ray
- OpenAI Spinning Up
書籍
- 強化学習アルゴリズム入門: 「平均」からはじめる基礎と応用 - お友達のオヌヌメ(私は読んでいない)
- Reinforcement Learning: An Introduction - TD-Gammonがアプリケーションの例として紹介されている
- Deep Reinforcement Learning with Python - Second Edition
- Mastering Reinforcement Learning with Python
- Deep Learning and the Game of Go