Skip to main content

Where deep learning meets chess

Project description

deep-chess-playground

Where deep learning meets chess.

Chess AI

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

  1. Play chessbots on lichess
  2. Run chessbots locally
  3. Train your own chessbots

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)

  1. Download and install Anaconda from the official website: https://www.anaconda.com/products/distribution.

  2. Open Anaconda Prompt and run the following command to create a virtual environment:

    conda create --name deep_chess_playground python=3.10
    
  3. Activate the environment:

    conda activate deep_chess_playground
    
  4. Install PyTorch. Follow the instructions at PyTorch website. Choose the compute platform (CUDA or CPU) depending on whether you have a GPU or not.

  5. Install PyTorch Lightning:

    conda install pytorch-lightning -c conda-forge
    
  6. Install deep-chess-playground:

    pip install deep-chess-playground
    

Option 2: Using standard Python and pip

  1. Ensure you have Python 3.10 or later installed. You can download it from python.org.

  2. Create a virtual environment:

    python -m venv deep_chess_env
    
  3. Activate the virtual environment:

    • On Windows:
      deep_chess_env\Scripts\activate
      
    • On macOS and Linux:
      source deep_chess_env/bin/activate
      
  4. Install PyTorch. Follow the instructions at PyTorch website. Choose the compute platform (CUDA or CPU) depending on whether you have a GPU or not.

  5. Install PyTorch Lightning:

    pip install pytorch-lightning
    
  6. Install deep-chess-playground:

    pip install deep-chess-playground
    

Play

COMING SOON

Train your own chessbots

Data loading

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

deep_chess_playground-0.0.4.tar.gz (24.2 kB view details)

Uploaded Source

Built Distribution

deep_chess_playground-0.0.4-py3-none-any.whl (31.0 kB view details)

Uploaded Python 3

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

Hashes for deep_chess_playground-0.0.4.tar.gz
Algorithm Hash digest
SHA256 e7afe990bb20596c58bce931b04a15f70122f2d918cae3a0b10a13bc265a3aa5
MD5 e8db7eb5bb57cee734f325a10e4e1644
BLAKE2b-256 e4146009d61ad4ff1e8d21dcaae4a81468319f8631d0492647bf1d5d89e01dbb

See more details on using hashes here.

File details

Details for the file deep_chess_playground-0.0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for deep_chess_playground-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 b35e40368c724efe801765b2627d961607727841336189331ee0703e90d2bc24
MD5 ca361b4c674d96ad819c8235672ab6bf
BLAKE2b-256 348ce4f08d11c1df04492028ec7ac88941178d24e4bc3445fca69c000d679e23

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page