Skip to content

Contribute

Virinas-code edited this page Jan 30, 2022 · 1 revision

Crocrodile

How to contribute ?

Training

You can train Crocrodile on your computer !

Requirements

  • A recent Python version
Minimum

2 Cores and 4 Go RAM

Optimum

4 Cores and 8 Go RAM

Steps

  • Make a fork of this repository
  • Clone the new git repository: git clone github.com/<username>/Crocrodile
  • Install requirements: pip install -r requirements.txt
  • Edit training configuration: basics_train.json file
  • Start training: python3 start.py basics
  • Add the new files: git add nns/
  • Commit: git commit -m "Training"
  • Push: git push
  • Go to GitHub and open a pull request from your fork

Done ! 👍

Crocrodile

A simple chess engine.

Pages

Clone this wiki locally