Skip to content

h1me01/Astra-Trainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Astra-Trainer

Fast CUDA-Neural-Network Trainer for my chess engine Astra.

Features

  • Currently only supports data loading from Stockfish's binpack files
  • CUDA-accelerated neural network training
  • Optimized for chess engine development

Building

Prerequisites

  • CMake
  • CUDA Toolkit

Clone Repository

git clone https://github.com/h1me01/Astra-Trainer.git
cd Astra-Trainer

Build Release

cmake -B build/release -DCMAKE_BUILD_TYPE=Release
cmake --build build/release -j$(nproc)
./build/release/astra_trainer

About

Neural Network Trainer for chess engines

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages