Coder Social home page Coder Social logo

cansozbir / connect-4 Goto Github PK

View Code? Open in Web Editor NEW
3.0 0.0 1.0 347 KB

Connect 4 game with AI, written in Python

License: GNU General Public License v3.0

Python 100.00%
deep-learning connect4-game pygame neural-networks ai python keras artificial-intelligence

connect-4's Introduction

Connect-4

Connect 4 game with AI, written in Python. I tried to make an AI which is unbeatable in "connect-4" with Deep Learning methods.

Building

git clone https://github.com/cansozbir/Connect-4.git /type/your/path

You should also install dependencies

pip install -r requirements.txt

Play Game !

python3 /type/your/path/main.py

For developers

Model's architecture : input > FC(42) > BatchNorm > FC(64) > FC(64) > FC(64) > FC(42) > FC(3,softmax) > output

Model's validation accuracy is %99 but it doesn't play the game good enough. And I think that's because of the dataset. It's created with ~9 million random games but i'm not sure about it's homogeneity. If you have any suggestions, let me know! Dataset : https://drive.google.com/open?id=17XbCd5BL20AJLTb_oAuKcZrhyHHHeMli

Screenshots

Main-Menu

in-game

demo

connect-4's People

Contributors

cansozbir avatar

Stargazers

 avatar  avatar

Forkers

brendon-liew

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.