Gmk0
Learning 15x15 gomoku from zero!
Install / Use
/learn @fffasttime/Gmk0README
Gmk0
Learn playing gomoku from zero.
Result of training
Training is available. Test training has started. See improve.md.
- After playing 150'000 games, Gmk0 is as strong as an ordinary alphabeta algorithm program.
- But it's still far away from top level AI (3-27 Yixin16).
Python version
Run pysrc/Main.py to selfplay or play with human, or run pysrc/Trainer.py to train a nn from selfplay data.
require:
- python3.6
- numpy-1.13
- tensorflow-1.4.0 or tensorflow-gpu-1.4.0
cpp version
cpp version is faster when selfplay. compile and run Gmk0.exe --mode selfplay --network "weight.txt" --playout 400 to generate selfplay data

The neural network need some library, see cppsrc/NN/README.md
Related Skills
YC-Killer
2.7kA library of enterprise-grade AI agents designed to democratize artificial intelligence and provide free, open-source alternatives to overvalued Y Combinator startups. If you are excited about democratizing AI access & AI agents, please star ⭐️ this repository and use the link in the readme to join our open source AI research team.
best-practices-researcher
The most comprehensive Claude Code skills registry | Web Search: https://skills-registry-web.vercel.app
groundhog
398Groundhog's primary purpose is to teach people how Cursor and all these other coding agents work under the hood. If you understand how these coding assistants work from first principles, then you can drive these tools harder (or perhaps make your own!).
isf-agent
a repo for an agent that helps researchers apply for isf funding
