CoolFace
Datasetpublic

XinranSong/nanojev-blackjack-finite-v2

Finite-deck Blackjack decisions — v2 4,000 distinct controlled game states with five questions each (20,000 questions). The generator supplies the complete remaining rank counts and computes outcome distributions by exact branch enumeration using float64 dynamic programming. These are simulated game states, not recorded casino games. Rules and targets Draw without replacement from a subset of one standard 52-card deck. Ranks are A,2,...,9,10-value; 10/J/Q/K are… See the full description on the dataset page: https://huggingface.co/datasets/XinranSong/nanojev-blackjack-finite-v2.

sourceHugging Facemitupdated 7d agoView on Hugging Face
0likes77downloads
2 commits on main
f8c35997d ago

Publish finite-deck Blackjack v2 dataset, code and validation

XinranSong
965a8407d ago

initial commit

XinranSong