Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I teach a computer system how to play poker? [closed]

At first I have 5 cards by random, of course. Only one time I can change and also l have already taught [the program] the poker rules in my system. My problem is how can I choose "I don't need this card or there are cards?". I can change by myself but computer doesn't know. I think maybe it is difficult but have you guys any help to offer?

like image 422
tony Avatar asked Jul 29 '09 16:07

tony


2 Answers

Take a look at How I Built a Working Poker Bot Series (Parts 1, 2, 3, 4, 5, 6, 7, 8) which has great information for getting started in poker botting.

Specifically take a look at Part 8 which goes into detail on how to evaluate hand value. What you'll want to do is statistically evaluate the cards in the hand and from there determine which cards have the highest probability of scoring a winning hand. You can then discard the cards you don't need.

like image 114
Gavin Miller Avatar answered Oct 05 '22 02:10

Gavin Miller


How about getting in touch with The University of Alberta Computer Poker Research Group?

like image 33
Sinan Ünür Avatar answered Oct 05 '22 02:10

Sinan Ünür