This repository has been archived by the owner on Aug 19, 2024. It is now read-only.
Releases: GWFrank/ItC-Reversi-Agent
Releases · GWFrank/ItC-Reversi-Agent
Minor Tweaks
NEAT-trained NN Agent
Evaluation function of minimax is implemented with neural network trained by NEAT.
Minimax + Randomness Agent
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
Nothing to say, just a random agent.