Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 241 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 241 Bytes

DQNCHESS

A chess engine written in Rust implementing DQN algorithm

This has been my final undergraduate project.

Compile

You need to install Pytorch from official repository:

https://pytorch.org/

cargo build -r
cargo run -r