An open API service indexing awesome lists of open source software.

https://github.com/cailllev/punto

Punto the Game
https://github.com/cailllev/punto

Last synced: over 1 year ago
JSON representation

Punto the Game

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