Skip to content
This repository has been archived by the owner on Dec 1, 2019. It is now read-only.

Latest commit

 

History

History
8 lines (6 loc) · 355 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 355 Bytes

blackjack_366MDP

Copyright by Daniel James Phan 2014

This is a MDP of BlackJack written for CMPUT 366 in python. The programs require matlibplot and numpy to work properly.

Provided by the class is the blackjack.py and the inital framework for randomPolicy.py (however as part of the assignment, the calculations were implmented by me).