Skip to content

tomgarcia/Deep-Red

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Mao playing python program.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published