An experimental repository for various RL to play Othello
Run python3 play.py [TURN TIME LIMIT]
to run a game between two players. You will be prompted to type their numbers in to identify which is black and which is white prior to start. The default time limit is 10 seconds.
Ex. usage: python3 play.py 2
(runs a game with time limit of 2 seconds per turn).