Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 375 Bytes

File metadata and controls

14 lines (12 loc) · 375 Bytes

Fanorona_AI

AI for the Fanorona game

Description :

A neural network in order to solve the fanorona game.

  • Firstly using a multithreaded Alpha-Beta tree
  • Then using a pre-trained neural network, trained from the root of the game tree

Spec :

  • 2 weeks of training
  • 3 layers (45, 7, 1)
  • Activation function : Sigmoid
  • Loss function : MSR
  • Learning rate : 10e-5