- python3.10
- Player agent vs AI agent:
python3 server.py - To train alphazero agent:
- Switch to branch
alphazero python3 train.pyto train- Training results are saved in
./models/base/or inPATHdefined in train.py - Board size is currently adjusted to 9x9 due to the limit of computing resources
- Switch to branch