Skip to content

A DQN chess written in Rust. This project is what I presented at the end of my university degree.

License

Notifications You must be signed in to change notification settings

jjsalasrivera/DQNChess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A DQN chess written in Rust. This project is what I presented at the end of my university degree.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages