Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 371 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 371 Bytes

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