8000 GitHub - zxqfl/mcts: Generic, parallel Monte Carlo tree search library
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zxqfl/mcts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mcts

This is a library for Monte Carlo tree search (MCTS) in Rust.

The implementation is parallel and lock-free. The generic design allows it to be used in a wide variety of domains. It can accomodate different search methodologies (for example, rollout-based or neural-net-based leaf evaluation).

Documentation

About

Generic, parallel Monte Carlo tree search library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0