Skip to content

iDroppiN/connect4-rl

 
 

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

No packages published

Languages

  • Python 100.0%