Poker-AI.org

Poker AI and Botting Discussion Forum
It is currently Mon Nov 13, 2023 5:35 pm

All times are UTC




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: Fri Jul 10, 2015 9:53 am 
Offline
New Member

Joined: Thu Jun 11, 2015 10:50 pm
Posts: 1
I want to train my neural networks to predict the opponents move for a given situation. One vital information of course are the pocket cards the opponent holds.

I have a database of hand histories an it's easy to assign the cards when a specific hand history reveals the opponents pocket cards (showdown or just because the opp shows his cards).
But this of course is the minority of the histories.

How can I predict the hole cards when there are no informations about it?

I have 169 pre flop buckets. I thought maybe I even out the probability of playing those buckets and when the opp reveals his hole cards I add some weight to this bucket.
After doing this for each history I have a weighted list of buckets and over this I could do two things:
Always pick the most likely hand that he will play, which seems not very clever.
Or I could pick a random pair of hole cards based on the weights. But this approach seems pretty random to me.

I thought that I maybe could build some relations between the actions the player takes on the hand and his hole cards, but this still leaves most of the hands out (like for example pre-flop folds or flop folds).

Has anybody already dig into this problem? It seems like a pretty vital part to me to successfully train a neural network, but I couldn't really find any information on this matter.


Top
 Profile  
 
PostPosted: Fri Jul 10, 2015 10:02 am 
Offline
Site Admin
User avatar

Joined: Sun Feb 24, 2013 9:39 pm
Posts: 642
http://www.ai.rug.nl/~mwiering/Tom_van_ ... Thesis.pdf
http://poker.cs.ualberta.ca/publications/UAI05.pdf


Top
 Profile  
 
PostPosted: Sat Jul 11, 2015 8:35 pm 
Offline
Junior Member

Joined: Sat Apr 26, 2014 7:29 am
Posts: 34
Wuld wrote:
I want to train my neural networks to predict the opponents move for a given situation. One vital information of course are the pocket cards the opponent holds.

I have a database of hand histories an it's easy to assign the cards when a specific hand history reveals the opponents pocket cards (showdown or just because the opp shows his cards).
But this of course is the minority of the histories.

How can I predict the hole cards when there are no informations about it?
...

I fight with similar problems.
Atm I do not predict cards, but Hand Strength and Hand Potential. That seems much easier than predicting the exact hand. From the knowledge you gain from showdown hands you can try to learn something about the hands without known cards since you have some info about that distribution. It is some kind of voodoo, I did not get very far with it. The literature about it is not very precise about the results they get. And some papers do not explain very well how they do what they do (e.g. exact input into the NN).

Atm I'm thinking about first filtering the hands that are a clear bluff, to have a more exact prediction of the non-bluff strength...

Edit: not to steal the thread, but a paper with too few detail for a noob like me is the following. I get the basic idea, but I'm too dumb to apply it from the details they give: Using Kullback-Leibler Divergence to Model Opponents in Poker


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC


Who is online

Users browsing this forum: Google [Bot] and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group