https://github.com/tnfru/go-game
GO game
https://github.com/tnfru/go-game
Last synced: 6 months ago
JSON representation
GO game
- Host: GitHub
- URL: https://github.com/tnfru/go-game
- Owner: tnfru
- Created: 2018-10-17T12:03:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-28T16:59:32.000Z (about 6 years ago)
- Last Synced: 2025-02-09T12:24:02.186Z (over 1 year ago)
- Language: Java
- Size: 1.33 MB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Game
## Goals
- [x] Create the basic game
- [ ] Implement Carta counting algorithm
- [ ] Train Deep Learning Model on playing the game
## What is this?
This is a minimal Version of the Go board game. Because the board size is settable, the complexity can be reduced at will.
This might make it possible to try out various unsupervised learning models without the need for a Supercomputer.
Currently the point evaluation is beeing adjusted to fit the best approximation when the both players pass.
See [rules](https://en.wikipedia.org/wiki/Rules_of_Go) if you are not familiar with Go.
## Challenges
- [ ] Improve point evaluation accuracy at game end
- This has shown to be far from trivial
- [This paper](https://www.oipaz.net/Carta.pdf) seems to be the best solution so far and will be implemented
## Currently beeing worked on
-> See Projects