Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 655 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 655 Bytes

(Nueva RP 2018)

A chess AI that uses ML/normal techniques to determine the best move. Current version: 1.0 (using Python 3.x)


Dependencies/Requirements

These are the required dependencies:

  • Keras (>= 2.1.2)
  • TensorFlow (>= r1.4) GPU version optional (>= Python 3.5.x)
  • h5py (>= 2.7.1)
  • python-chess (>= 0.22.0)
  • Numpy (>= 1.13.3)

Installation

These are the instructions on how to set up and run this repository. Run the following commands on a Unix terminal:

python3 -m pip install keras python-chess numpy h5py

Changelog

  • 1.0 (Apr. 6, 2018)
    • Initial full release