https://github.com/starvingmarvin/betahex
AI for a board game Hex
https://github.com/starvingmarvin/betahex
hex machine-learning python tensorflow
Last synced: 2 months ago
JSON representation
AI for a board game Hex
- Host: GitHub
- URL: https://github.com/starvingmarvin/betahex
- Owner: StarvingMarvin
- License: mit
- Created: 2017-03-27T01:42:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-01T12:33:59.000Z (almost 8 years ago)
- Last Synced: 2025-03-27T02:16:34.892Z (over 1 year ago)
- Topics: hex, machine-learning, python, tensorflow
- Language: Python
- Homepage:
- Size: 53.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BetaHex
Following [AlphaGo paper](https://storage.googleapis.com/deepmind-media/alphago/AlphaGoNaturePaper.pdf)
to implement AI for the game
[Hex](https://en.wikipedia.org/wiki/Hex_(board_game))
using [TensorFlow](https://tensorflow.org).
Project is in very early stages.