Poker-AI.org Poker AI and Botting Discussion Forum 2016-01-15T19:03:03+00:00 http://poker-ai.org/phpbb/feed.php?f=24&t=2958 2016-01-15T19:03:03+00:00 2016-01-15T19:03:03+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2958&p=6903#p6903 <![CDATA[Re: Selective sampling and Simulations questions]]> About your own approach... I'm interested in helping with that and I've a lot of time, you can trust in me :twisted: , really

Statistics: Posted by karma — Fri Jan 15, 2016 7:03 pm


]]>
2016-01-15T16:29:30+00:00 2016-01-15T16:29:30+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2958&p=6902#p6902 <![CDATA[Re: Selective sampling and Simulations questions]]> - Even if you can build a good opponent model, you still have the problem of knowing how to exploit it. If you use best response you are susceptible to counter attack.
- CFR produces a static Nash Equilibrium strategy. NE is the same regardless of opponent. It doesn't exploit flaws in the opponent.
- You should read the Watson Rubin paper.

Statistics: Posted by spears — Fri Jan 15, 2016 4:29 pm


]]>
2016-01-15T15:19:05+00:00 2016-01-15T15:19:05+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2958&p=6901#p6901 <![CDATA[Re: Selective sampling and Simulations questions]]>
You say that limit 6-max is so bigger for these approach?

About opponent model I thought persist opponents data of each hand played by they usernames, and collect these data, put in a NN, data like stack transition of the last 10 hands, and other results of expert systems, etc. I have not fully defined this yet.

If I have the best predictor, CFR still is worse than expert system in effectiveness?

Statistics: Posted by karma — Fri Jan 15, 2016 3:19 pm


]]>
2016-01-15T14:52:10+00:00 2016-01-15T14:52:10+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2958&p=6900#p6900 <![CDATA[Re: Selective sampling and Simulations questions]]>
CFRM and related approaches use a lot of computing resources. You might get a decent HULHE player that is difficult to beat, but I doubt it will make much money either. The resources required for any bigger game are insane.

Exploitative approaches like Davidson's don't seem to adapt fast enough to the opposition and don't know how to play defensively.

An approach like Sartre might work but I doubt it will ever beat the world because it is just copying other players.

If you know how to play poker then an expert system might be a good way to go. I have some ideas about how that could be simplified.

I'm working on an approach that is distantly related to CFRM and fictitious play, but uses far less memory. Once that works, I will make it adapt to different opponents. You cannot hope to get sufficient information on your opponent's strategy from a few hands, so you have to hope that when opponent appears to play a certain way he is using a similar strategy to all the other players that played like he did.

Have I put you off yet?

Statistics: Posted by spears — Fri Jan 15, 2016 2:52 pm


]]>
2016-01-15T14:28:30+00:00 2016-01-15T14:28:30+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2958&p=6899#p6899 <![CDATA[Re: Selective sampling and Simulations questions]]> Statistics: Posted by karma — Fri Jan 15, 2016 2:28 pm


]]>
2016-01-15T14:23:02+00:00 2016-01-15T14:23:02+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2958&p=6898#p6898 <![CDATA[Re: Selective sampling and Simulations questions]]> spears wrote:

1. CFR is quite different to the approach described by Davidson, but both use sampling.
2. Vanilla means nothing is sampled. But groups of cards are collapsed into buckets
3. In the context of CFR, strategy means "for each situation, how frequently do I fold, call or raise". Situation = cards held, board cards, opponent previous actions, our previous actions.
4. IIRC Amax wrote the code based on the UofA papers. I don't use that approach any more
5. Not sure. UoA publication? Marc Lanctot video? Poker-AI? Google with the site option is your friend.

It's out of date now but still worth reading https://www.cs.auckland.ac.nz/research/ ... _AIJ11.pdf

Statistics: Posted by spears — Fri Jan 15, 2016 2:23 pm


]]>
2016-01-15T07:43:25+00:00 2016-01-15T07:43:25+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2958&p=6897#p6897 <![CDATA[Re: Selective sampling and Simulations questions]]> 2. Vanilla means nothing is sampled. But groups of cards are collapsed into buckets
3. In the context of CFR, strategy means "for each situation, how frequently do I fold, call or raise". Situation = cards held, board cards, opponent previous actions, our previous actions.
4. IIRC Amax wrote the code based on the UofA papers. I don't use that approach any more
5. Not sure. UoA publication? Marc Lanctot video? Poker-AI? Google with the site option is your friend.

It's out of date now but still worth reading https://www.cs.auckland.ac.nz/research/ ... _AIJ11.pdf

Statistics: Posted by spears — Fri Jan 15, 2016 7:43 am


]]>
2016-01-14T20:51:23+00:00 2016-01-14T20:51:23+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2958&p=6896#p6896 <![CDATA[Selective sampling and Simulations questions]]>

Here:
http://poker.cs.ualberta.ca/publication ... on.msc.pdf

In page 31, talk about Selective sampling and Simulation betting strategy...
1)Is CFR based on this principle? or is it other approach altogether different?

And here..
http://www.poker-ai.org/phpbb/viewtopic ... 2520#p4411

2)"Vanilla: nothing is sampled".. this means that hole cards and next board cards are fully simulated, right?
3) which means "Strategy" here? mean Fold,Call or Raise? or tight, bluffer, etc?
4) I got the amax's code, it is beautiful. Amax create these methods? you use these? or which?
5) Where I can read more about External Sampling and Outcome Sampling? (if you use these)

Thanks :D

Statistics: Posted by karma — Thu Jan 14, 2016 8:51 pm


]]>