Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andriipanasiuk/mallorca
Texas Holdem poker bot
https://github.com/andriipanasiuk/mallorca
Last synced: 11 days ago
JSON representation
Texas Holdem poker bot
- Host: GitHub
- URL: https://github.com/andriipanasiuk/mallorca
- Owner: andriipanasiuk
- Created: 2015-10-11T10:09:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-03-22T13:40:31.000Z (almost 5 years ago)
- Last Synced: 2024-12-07T17:36:41.401Z (19 days ago)
- Language: Java
- Homepage:
- Size: 70.8 MB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mallorca
Texas Holder poker bot### Short algrorithm
Based on neural networks and decision-tree model.
Calculation of actions' profit is based on prediction of opponent game model.### Build
Gradle is using as build system. Project is separated to few gradle projects (submodules).
Gradle plugin for Eclipse is used so project can be opened in Eclipse as well as Intellij IDEA.