Skip to content

very rough toy ai scripts and model to play connect 4, very maleable model and can learn from player

Notifications You must be signed in to change notification settings

connormullett/ConnectFour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect Four AI Attempt

Data not inluded for size of repo. data can be found here

Still a work in progress

Requires

  • pytorch
  • pandas
  • numpy

Usage

  • Generate board.npy file using ./process_data.py
  • board.npy is used by generate_data.py for creating the torch Dataset object in the same file

Genetic Part

  • Produce population (just models)
  • populations play
  • continue till one

About

very rough toy ai scripts and model to play connect 4, very maleable model and can learn from player

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages