Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 369 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 369 Bytes

Poker

Poker1 is the Texas Hold'em poker

  • Displays probability of victory

Poker2 is 5 card poker

  • This contains an intelligent poker player that acts on basis of the probability of winning. If the probability exceeds a certain threshold, the agent continues to bet and play else it quits. The bet amount is proportional to the probability of winning.