Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 595 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 595 Bytes

TennisCardGame

This is a python implementation of the two player card game Tennis. Tennis is essentially a two-player version of Contact Bridge. The main difference is that players strive to match their bids for tricks in each of their two hands, their forehand and their backhand.

To train a model, use main.py. To evaluate one or two models, use Evaluate.py. To challange a model yourself, use Play.py.

Results

The best leader model I have trained so far can beat a random dealer 90% of the time.