Open qqpann opened 3 years ago
Search keyword: openai gym env turn based game
https://github.com/deepmind/open_spiel/blob/master/docs/install.md OpenSpiel installation docs
https://github.com/deepmind/open_spiel/blob/master/open_spiel/python/examples/mcts.py mcts that comes up in the docs
https://arxiv.org/abs/1908.09453 OpenSpiel paper
https://youtu.be/YE0E0F39lac OpenSpiel tutorial video by its author
https://github.com/deepmind/open_spiel/tree/master/open_spiel/python/algorithms OpenSpiel algorithms
https://github.com/deepmind/open_spiel/blob/master/open_spiel/python/algorithms/random_agent.py OpenSpiel RandomAgent