TTitcombe / AlphaDraughts

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

Create a basic bot #25

Closed TTitcombe closed 5 years ago

TTitcombe commented 5 years ago

This PR: Creates a basic bot which selects a move at random from the list of available moves. Updates Game so a human player can play a human player or a bot.

To test: Run python -m scripts.play_bot to play the random bot

Fixes #7 Fixes #13