C blackjack simulation

broken image
broken image
broken image

Tools from trics import confusion_matrixįrom import unique_labelsįrom mpl_toolkits.axes_grid1 import make_axes_locatableĭef plot_confusion_matrix(y_true, y_pred, classes, If you want to try it the code is linked above or if you want to run blackjacksim directly install it with: pip3 install git+ It was a neat project that really hits home that even if you can count cards perfectly…the deck isn’t stacked in your favor. I worked with Gukyeong Kwon and Jinsol Lee on this project for our Convex Optimization course.

broken image