Skip to content

Neural Network training repository for the StockNemo Chess Engine - largely forked from marlinflow.

Notifications You must be signed in to change notification settings

TheBlackPlague/StockNemoTorch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

marlinflow

Neural Network training repository for the Black Marlin chess engine

Requirements

  • Python 3
  • Cargo(Rust)
  • Numpy
  • PyTorch

Fen Parse

fen_parse requires files to be saved as following:

<fen0> | <eval0> | <wdl0>
<fen1> | <eval1> | <wdl1>

Usage

Clone the project.

cd parse
cargo build --release

locate the .so/.dylib/.dll in target/release and move it to project root.

mkdir nn

Run main.py with the proper command line arguments

About

Neural Network training repository for the StockNemo Chess Engine - largely forked from marlinflow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 55.8%
  • Rust 44.2%