TTitcombe / AlphaDraughts

A PyTorch implementation of AlphaGo Zero applied to Draughts
MIT License
3 stars 2 forks source link

Create gameplay tests #27

Closed TTitcombe closed 5 years ago

TTitcombe commented 5 years ago

This PR: Creates tests which run through entire games. Travis will run these tests after unit tests

To test: CI build passes

Fixes #19