Adds Shobu category

Includes AI playground and data set of randomly played Shobu games. Not strictly research, but provides tools for someone to do research on Shobu with.
This commit is contained in:
Brandon Foltz 2020-08-09 20:16:36 -04:00 committed by GitHub
parent 13a348711c
commit bce702f7bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -203,6 +203,10 @@ Set has a long history of mathematical research, so this list isn't exhaustive.
- [Monte Carlo Tree Search in a Modern Board Game Framework](https://project.dke.maastrichtuniversity.nl/games/files/bsc/Roelofs_Bsc-paper.pdf)
- [The impact of loaded dice in Catan](https://izbicki.me/blog/how-to-cheat-at-settlers-of-catan-by-loading-the-dice-and-prove-it-with-p-values.html)
# Shobu
- [Shobu AI Playground](https://github.com/JayWalker512/Shobu)
- [Shobu randomly played games dataset](https://www.kaggle.com/bsfoltz/shobu-randomly-played-games-104k)
# Terra Mystica
- [Using Tabu Search Algorithm for Map Generation in the Terra Mystica Tabletop Game](https://arxiv.org/abs/2006.02716)