Results 7 issues of Adam Stelmaszczyk

This needs more research as it's not clear to me how to add a TT to MCTS, what it will store etc.

enhancement

According to https://webdocs.cs.ualberta.ca/~jonathan/PREVIOUS/Courses/657/Notes/4.DAGs.pdf, roughly 25% reduction in the number of nodes examined. Details in [Exploiting Graph Properties of Game Trees](https://webdocs.cs.ualberta.ca/~jonathan/publications/ai_publications/graph.pdf).

enhancement

[Monte-Carlo Tree Search and Rapid Action Value Estimation in Computer Go](http://www.cs.utexas.edu/~pstone/Courses/394Rspring13/resources/mcrave.pdf).

enhancement

First of all, thank you (and your team) for great research and for accompanying it with code. On the issue: Running `train.py` will start multiple `tmux` sessions and there the...

Without it, visualizations will not work properly, see issue: https://github.com/openai/universe-starter-agent/issues/133

On *nix, run a game with e.g. 4 C++ bots (./halite MyBot MyBot ...) and Ctrl-C during the game. It will leave 4 sleeping processes. While developing a bot this...

It would be nice to add additional column to the table "Game video feed" on the user profile page (e.g. https://halite.io/user/?user_id=657) with a button to save the replay from the...