Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Releases: GWFrank/ItC-Reversi-Agent

Minor Tweaks

21 Dec 03:07
816cc0f
Compare
Choose a tag to compare

Reduce random steps from 4 to 2

NEAT-trained NN Agent

21 Dec 01:34
417a18a
Compare
Choose a tag to compare

Evaluation function of minimax is implemented with neural network trained by NEAT.

Minimax + Randomness Agent

14 Dec 15:16
f14c176
Compare
Choose a tag to compare

An agent using minimax algorithm with a little chance of moving randomly.
Evaluate function is using a simple lookup table taken from a paper we found online ( Nees Jan van Eck, Michiel van Wezel (2005). Reinforcement Learning and its Application to Othello )

Random Agent

14 Dec 03:03
d347d48
Compare
Choose a tag to compare

Nothing to say, just a random agent.