Memo Katago

Go
Code
2024
Author

Mu He

Published

August 22, 2024

Attempt to reproduce the code

https://katagotraining.org/

Installation

#sh
py -m pip install -U katrain
py -m katrain

Code Clone

#sh
git clone https://github.com/lightvector/KataGo.git

cd KataGo

nano src/main.cpp  # check main.cpp 

Check Main

#python
import os
os.system("nano src/main.cpp")