Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.01 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.01 KB

rust-monte-carlo-tree-search

Rust-1.30.1 CircleCI License

Contains various implementations of Monte-Carlo-Tree-Search

Background, goals

This repository is being worked upon thanks to Day[9] 30 Day project.

If you have not heard about the initiative, you should probably check it out, as it’s a really neat way of finding motivation to develop yourself.

Main goals of the project are as follows:

  • Gain experience in Rust programming language
  • Learn Rust helps in solving common issues with concurrent programming
  • Explore how Monte-Carlo Tree Search can be applied to solve different games and how to improve its performance