From ac4a84d8f8238168157a1252d79789df2bd313bc Mon Sep 17 00:00:00 2001 From: Brandon Foltz Date: Sun, 9 Aug 2020 20:16:36 -0400 Subject: [PATCH] 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. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1b93f79..260473e 100644 --- a/README.md +++ b/README.md @@ -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)