https://github.com/gdonald/reversi-py
Reversi with reinforcement learning
https://github.com/gdonald/reversi-py
ai machine-learning othello reversi
Last synced: 8 months ago
JSON representation
Reversi with reinforcement learning
- Host: GitHub
- URL: https://github.com/gdonald/reversi-py
- Owner: gdonald
- License: mit
- Created: 2025-09-06T20:09:58.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-23T15:51:40.000Z (9 months ago)
- Last Synced: 2025-10-07T13:53:00.128Z (8 months ago)
- Topics: ai, machine-learning, othello, reversi
- Language: Python
- Homepage:
- Size: 597 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reversi-py
## Play
With no training:
```
python reversi.py
```
After lots of training:
```
python reversi.py --model checkpoints/best.pt
```
## Train
```
python train_loop.py \
--games-per-iter 64 \
--train-steps 1000 \
--batch-size 512 \
--mcts-sims 200
```
## Preview
