1.0.2 • Published 8 years ago

fourinarow-bot v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

Four-In-A-Row Bot

Overview

This is a Four-In-A-Row bot for the AI Games competition.

Development is in progress.

This bot uses Reinforcement Learning (Temporal Difference) to learn how to play Four-In-A-Row.

There are two phases:

  • The training phase (offline)
  • The competing phase (online)

The training phase works by making the bot play the game repeatedly against itself. During this process, it builds a tree of states, discerning desirable states from undesirable ones. Once the training phase is complete, we save the result to disk and use it for competing against other bots (or puny humans).

More info

For more information: http://theaigames.com/competitions/four-in-a-row/getting-started

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago