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

https://github.com/cbarrick/pomcp-blackjack


https://github.com/cbarrick/pomcp-blackjack

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

Applying POMCP to Blackjack ♠♦♣♥
==================================================

Blackjack is a popular casino card game that can easily be modeled as a Partially Observable Markov Decision Process (POMDP). This project aims to apply a variant of Monte-Carlo Tree Search, called [POMCP], to solve the game. More details can be found [here][slides].

[POMCP]:https://papers.nips.cc/paper/4031-monte-carlo-planning-in-large-pomdps
[slides]:https://docs.google.com/presentation/d/1yLT-D7ZIocmVAj_bJ5cTlnpHtFwkR_DGghxNsMZ4VvU/edit?usp=sharing