Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 573 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 573 Bytes

Deep Red

Deep Red is a machine learning program for playing Mao, a popular card game with secret rules. Deep Red works by using classification trees to predict whether a certain move is valid, and if it is valid, which actions to take. Deep Red does not yet understand order of play, so it must be told when to play a card. To play against Deep Red, run main.py; to test the accuracy of the current model on some sample rules, run test.py.

Dependencies

  1. Python 3
  2. NumPy / SciPy
  3. PyGObject