https://github.com/cailllev/punto
Punto the Game
https://github.com/cailllev/punto
Last synced: over 1 year ago
JSON representation
Punto the Game
- Host: GitHub
- URL: https://github.com/cailllev/punto
- Owner: cailllev
- License: gpl-3.0
- Created: 2022-01-21T13:59:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-21T14:04:14.000Z (over 4 years ago)
- Last Synced: 2025-01-23T16:30:04.675Z (over 1 year ago)
- Language: Python
- Size: 666 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Punto
contains:
- simple modle of Punto the game
- heuristics and maximax
- RL AI implemented with OpenAIGym and Stable Baselines (TODO)
## TODO
- several optimizations
- add forward thinking for opponents & shallow pruning for heuristics
- implement chance per card instead of median card
- implement multi threading
- implement "board play", i.e. enter cards manually (for actual use of this AI)
- implement AI correctly