Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 422 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 422 Bytes

Othello Using Reinforcement Learning

An experimental repository for various RL to play Othello

Gameplay

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).