Chess improvment patterns

This repository contains the code for the chess players pattern improvment

Installation

Clone the repository and set up a conda environment with all dependencies as follows:

git clone https://github.com/ariel-zilber/chess_improments_patterns --recursive
cd chess_improments_patterns
conda create --name chess python=3.11
conda init
conda activate chess
python -m pip install -U pip setuptools wheel
python -m pip install -r requirments.txt
conda install jupyter 
conda install ipykernel