Where deep learning meets chess
Project description
deep-chess-playground
Where deep learning meets chess.
This repository aims to implement techniques for neural chess engines, providing an in-depth look at the practical application of AI in chess game.
Table of contents
Play chessbots on lichess
COMING SOON
Run chessbots locally
Setup
It is recommended to use Anaconda for managing your Python environment, especially if you plan to use GPU acceleration. However, we also provide instructions for standard Python with pip.
Option 1: Using Anaconda (recommended)
-
Download and install Anaconda from the official website: https://www.anaconda.com/products/distribution.
-
Open Anaconda Prompt and run the following command to create a virtual environment:
conda create --name deep_chess_playground python=3.10
-
Activate the environment:
conda activate deep_chess_playground
-
Install PyTorch. Follow the instructions at PyTorch website. Choose the compute platform (CUDA or CPU) depending on whether you have a GPU or not.
-
Install PyTorch Lightning:
conda install pytorch-lightning -c conda-forge
-
Install deep-chess-playground:
pip install deep-chess-playground
Option 2: Using standard Python and pip
-
Ensure you have Python 3.10 or later installed. You can download it from python.org.
-
Create a virtual environment:
python -m venv deep_chess_env
-
Activate the virtual environment:
- On Windows:
deep_chess_env\Scripts\activate
- On macOS and Linux:
source deep_chess_env/bin/activate
- On Windows:
-
Install PyTorch. Follow the instructions at PyTorch website. Choose the compute platform (CUDA or CPU) depending on whether you have a GPU or not.
-
Install PyTorch Lightning:
pip install pytorch-lightning
-
Install deep-chess-playground:
pip install deep-chess-playground
Play
COMING SOON
Train your own chessbots
Data loading
If you need a lot of training data, you can use the lichess.org open database which has more than 5 000 000 000 games recorded starting from January 2013!
Training
COMING SOON
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file deep_chess_playground-0.0.4.tar.gz
.
File metadata
- Download URL: deep_chess_playground-0.0.4.tar.gz
- Upload date:
- Size: 24.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7afe990bb20596c58bce931b04a15f70122f2d918cae3a0b10a13bc265a3aa5 |
|
MD5 | e8db7eb5bb57cee734f325a10e4e1644 |
|
BLAKE2b-256 | e4146009d61ad4ff1e8d21dcaae4a81468319f8631d0492647bf1d5d89e01dbb |
File details
Details for the file deep_chess_playground-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: deep_chess_playground-0.0.4-py3-none-any.whl
- Upload date:
- Size: 31.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b35e40368c724efe801765b2627d961607727841336189331ee0703e90d2bc24 |
|
MD5 | ca361b4c674d96ad819c8235672ab6bf |
|
BLAKE2b-256 | 348ce4f08d11c1df04492028ec7ac88941178d24e4bc3445fca69c000d679e23 |