Skip to content

Akulen/MCTS-Pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCTS (Pytorch)

A Pytorch Implementation of MCTS (AlphaZero)

Example

Various metrics for a model trained on TicTacToe

Loss and Score metrics

How to Run

Step 1: Create a venv and download the requirements

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Step 1.5: Activate the venv

. venv/bin/activate

Step 2: Run the example

python mcts.py

About

A Pytorch Implementation of MCTS (AlphaZero)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages