Skip to content

iDroppiN/connect4-rl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CONNECT-4 USING DQN

How to run?

  • First download all the dependencies using requrements.txt file, You can use the below command for downloading these.
pip install -r requirements.txt 
  • Run the following command to train the network:
python train.py
  • Run the following command to play against the trained model in a pygame GUI:
python play.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%