/rust-monte-carlo-tree-search

Contains various implementations of Monte-Carlo-Tree-Search

Primary LanguageRustApache License 2.0Apache-2.0

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