Ramsey Games

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

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

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

Ramsey Theory http://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 http://github.com/aikorea/awesome-rl

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

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

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

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