Ramsey Games

Graph Ramsey Games https://arxiv.org/abs/cs/9911004

Ramsey Game Numbers https://www.cs.umd.edu/~gasarch/papers/ramseygames.pdf

A Java applet to play the game which doesn't seem to work https://www.dbai.tuwien.ac.at/proj/ramsey/intro.htm

Ramsey Theory https://www.cs.umd.edu/users/gasarch/COURSES/858/S18/finiteramsey.pdf

Peter Zhang's website on ML, RL, and Crypto-ML http://peterzhang.me/cryptml

Peter Zhang's website on RL http://peterzhang.me/rl

Websites:

Reinforcment learning https://github.com/aikorea/awesome-rl

Alpha Beta Search https://www.hackerearth.com/blog/developers/minimax-algorithm-alpha-beta-pruning

Alpha Beta Practice (be sure to allow unsafe scripts) https://inst.eecs.berkeley.edu/~cs61b/fa14/ta-materials/apps/ab_tree_practice/

Monte Carlo Tree Search https://int8.io/monte-carlo-tree-search-beginners-guide/

Monte Carlo Implementation http://mcts.ai/code/python.html