mcts-simple

mcts-simple is a Python3 library that implements Monte Carlo Tree Search and its variants to solve a host of problems, most commonly for reinforcement learning.

Installation

In a virtualenv (see these instructions if you need to create one):

pip3 install mcts-simple

Dependencies

Releases

Version Released Bullseye
Python 3.9
Bookworm
Python 3.11
Files
1.1.0 2025-08-02    
1.0.3 2024-06-12  
1.0.2 2023-08-07  
1.0.1 2023-02-26  
1.0.0 2023-02-26  
0.1.2 2022-02-23  
0.0.3 2022-02-19  

Issues with this package?

Page last updated 2025-09-01 20:05:58 UTC