From f77de9be3b1c26ce37b3f3d45771ccaab5234703 Mon Sep 17 00:00:00 2001 From: Adam Stelmaszczyk Date: Thu, 23 Jul 2020 10:23:54 +0200 Subject: [PATCH] Add GTSA --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e7a825..90df1fa 100644 --- a/README.md +++ b/README.md @@ -242,4 +242,5 @@ Set has a long history of mathematical research, so this list isn't exhaustive. - [Exploring Anonymity in Cooperative Board Games](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.225.5554&rep=rep1&type=pdf) # Frameworks/Toolkits -- [RLCard: A Toolkit for Reinforcement Learning in Card Games](https://arxiv.org/abs/1910.04376) \ No newline at end of file +- [RLCard: A Toolkit for Reinforcement Learning in Card Games](https://arxiv.org/abs/1910.04376) +- [GTSA: Game Tree Search Algorithms](https://github.com/AdamStelmaszczyk/gtsa)