Poker-AI.org Poker AI and Botting Discussion Forum 2014-02-15T11:44:11+00:00 http://poker-ai.org/phpbb/feed.php?f=24&t=2704 2014-02-15T11:44:11+00:00 2014-02-15T11:44:11+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2704&p=5727#p5727 <![CDATA[Re: Compute Ev]]> Code:
By the way I'm using chance sampling so should I weight the payoff by the chance weight as well or the chance weight =1 ?

Yes, on sampled nodes in CFRM, utility is passed back as is.

Statistics: Posted by Pitt — Sat Feb 15, 2014 11:44 am


]]>
2014-02-15T10:39:44+00:00 2014-02-15T10:39:44+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2704&p=5726#p5726 <![CDATA[Re: Compute Ev]]>
Alternatively, just sum the evs of every iteration of cfrm and divide by the number of iterations.

Statistics: Posted by spears — Sat Feb 15, 2014 10:39 am


]]>
2014-02-15T08:40:49+00:00 2014-02-15T08:40:49+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2704&p=5725#p5725 <![CDATA[Re: Compute Ev]]>

Thank you for the info.


The payoffs is already back propagated and weighted with the action probability but not by the chance weight...

This is what I don't understand : how to calculate the chance weight based on my abstraction...

By the way I'm using chance sampling so should I weight the payoff by the chance weight as well or the chance weight =1 ?


Have a nice week end.

MrNice

Statistics: Posted by MrNice — Sat Feb 15, 2014 8:40 am


]]>
2014-02-14T13:54:58+00:00 2014-02-14T13:54:58+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2704&p=5719#p5719 <![CDATA[Re: Compute Ev]]> Then you need a full tree traversal.
Just pass the payoffs back and ponderate with action weights and chances weights.
I don't know how you structured your tree but I don't think this :
Code:
number of hole combinaison card in the bucket/169

makes sense.

Anyway, when using CFRM, you should be able to get an incremental utility sum that you can divide by your iterations number.

Statistics: Posted by Pitt — Fri Feb 14, 2014 1:54 pm


]]>
2014-02-14T13:32:15+00:00 2014-02-14T13:32:15+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2704&p=5718#p5718 <![CDATA[Compute Ev]]>
I would like to compute EV at the first node of my gametree.

I have read the source code of opencfr but in my case I'm a bit lost how to calculate the reach value for my first node and for next chance nodes...

to calculate the reach of the first node, I have two idea :
- calculate the probability to reach the bucket (number of hole combinaison card in the bucket/169)
- calculate the probability to get the hole card

What about next chance nodes ?

thanks for your help.

MrNice

Statistics: Posted by MrNice — Fri Feb 14, 2014 1:32 pm


]]>