Skip to content

This repository provides an implementation of the Monte Carlo Tree Search (MCTS) algorithm in Python. MCTS is widely used for making decisions in games and other applications where exploring possible future states is essential.

License

Notifications You must be signed in to change notification settings

PaytonWebber/mcts-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monte Carlo Tree Search

This repository provides an implementation of the Monte Carlo Tree Search (MCTS) algorithm in Python. MCTS is widely used for making decisions in games and other applications where exploring possible future states is essential.

About

This repository provides an implementation of the Monte Carlo Tree Search (MCTS) algorithm in Python. MCTS is widely used for making decisions in games and other applications where exploring possible future states is essential.

Topics

Resources

License

Stars

Watchers

Forks

Languages