Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

jbornschein/rust-mcts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status LGPU V3

Monte Carlo Tree Search (MCTS) for rust

This project is my excuse for learning rust and implementing an interesting and hopefully useful algorithm at the same time.

Introduction

MCTS is a heuristic search algorithm that is often employed to write computer agents for turn-based games such as Go, Chess, Tic-Tac-Toe etc.

About

Monte Carlo Tree Search in RUST

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages