Skip to content

jorgenwh/alpha-nonzero

Repository files navigation

Alpha-NonZero

Install

Clone the project from GitHub
git clone https://github.com/jorgenwh/alpha-nonzero.git
cd alpha-nonzero
Fetch submodules
git submodule update --init --recursive
Set up a Python virtual environment and update
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
Install necessary third-party dependencies
pip install -r requirements.txt
Install pystockfish
cd pystockfish
pip install .
cd ..
Install alpha-nonzero
pip install -e .

You should now be able to run all the scripts in the 'scripts' directory :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published