Skip to content

Shawn-Chahal/drl-strategy-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Reinforcement Learning Strategy Games

This repository trains the model for the Connect Four and Reversi web apps. The AI employs deep reinforcement learning and was trained entirely through self play using TensorFlow in Python. Based on the AlphaZero algorithm, but made lightweight to run on single GPU computers and train quickly.