Skip to content

artix41/Draughts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

Artificial intelligence that plays Draughts game (also known as Checkers). We use TD(0) algorithm (Q-learning) with a neural network.

Configuration

You have to add IN104_simulateur folder to your PYTHONPATH. For that, go to the root directory (the one with code and IN104_simulateur inside) and type : PYTHONPATH=$PYTHONPATH:`pwd`

Draughts