FiliusBruce
FiliusBruce
  • Threads: 20
  • Posts: 71
Joined: Dec 29, 2019
Thanked by
camapl
October 22nd, 2021 at 5:17:02 AM permalink
I tried figuring out the best basic strategy in 9/7 Triple Double Bonus, and my code is still running! I wrote about the problem here:

https://blog.vidpoke.com/2021/10/15-wheeler-9-7-triple-double-bonus.html

DJTeddyBear
DJTeddyBear
  • Threads: 207
  • Posts: 10992
Joined: Nov 2, 2009
October 22nd, 2021 at 11:50:25 AM permalink
Quote: FiliusBruce

I tried figuring out the best basic strategy in 9/7 Triple Double Bonus, and my code is still running! I wrote about the problem here:

https://blog.vidpoke.com/2021/10/15-wheeler-9-7-triple-double-bonus.html


link to original post

I don’t play video poker much and only Jacks or better when I do. But…

I read the beginning of your blog:
Quote: blog

For example, 345 is on average better to hold than 55, 55 is better to hold than 789, 789 is on average better to hold than 77, and 77 is better to hold than 345.


Either I missed something, or it sounds like you’re saying:
A > B, and
B > C, and
C > D, AND
D > A !

Um, really?
I invented a few casino games. Info: http://www.DaveMillerGaming.com/ ————————————————————————————————————— Superstitions are silly, childish, irrational rituals, born out of fear of the unknown. But how much does it cost to knock on wood? 😁
FiliusBruce
FiliusBruce
  • Threads: 20
  • Posts: 71
Joined: Dec 29, 2019
October 22nd, 2021 at 2:43:03 PM permalink
Quote: DJTeddyBear


Either I missed something, or it sounds like you’re saying:
A > B, and
B > C, and
C > D, AND
D > A !

Um, really?


Yes, that's exactly what I'm saying. This also happens in other video poker paytables, but it's usually less than 15 hands participating in such loopy relations. 9/5 Triple Bonus Plus has a group of 12, for example, which I've written about here:

https://blog.vidpoke.com/2021/10/a-computer-perfect-strategy-for-95.html
Dieter
Administrator
Dieter
  • Threads: 16
  • Posts: 5542
Joined: Jul 23, 2014
October 22nd, 2021 at 2:55:54 PM permalink
Could various penalty card combinations shift it that much?
May the cards fall in your favor.
FiliusBruce
FiliusBruce
  • Threads: 20
  • Posts: 71
Joined: Dec 29, 2019
October 22nd, 2021 at 4:14:05 PM permalink
Quote: Dieter

Could various penalty card combinations shift it that much?
link to original post



I'm not sure I understand your question, but if you look at penalty cards, you can find an exact rule. For example, in the Dancer/Daily notation, this is what I have found for 9/7 Triple Bonus:
[...]
SF3 +1; SF3 +0 ... (SF3 0hi 0i < 55–TT when sp)
............................ (JT8, J98 < 77) (QT9 < 88)
low pair: 55–TT
[...]

It's being restricted to basic strategies that makes the problem complicated.
Last edited by: FiliusBruce on Oct 22, 2021
Dieter
Administrator
Dieter
  • Threads: 16
  • Posts: 5542
Joined: Jul 23, 2014
October 23rd, 2021 at 6:51:34 AM permalink
Quote: FiliusBruce


It's being restricted to basic strategies that makes the problem complicated.
link to original post



Ahh, sorry. I thought you were working on a more complex strategy.

15 wheels doesn't terribly surprise me... I take it you're basing your EV comparisons on simulation results?
May the cards fall in your favor.
FiliusBruce
FiliusBruce
  • Threads: 20
  • Posts: 71
Joined: Dec 29, 2019
October 23rd, 2021 at 7:03:21 AM permalink
Quote: Dieter



Ahh, sorry. I thought you were working on a more complex strategy.



I have created a computer perfect strategy for the game too, penalty cards and all. But interestingly, that was easier to come by. Figuring out the basic strategy with the highest return is a much harder problem.

Quote:

15 wheels doesn't terribly surprise me... I take it you're basing your EV comparisons on simulation results?
link to original post



No. I'm doing exact math. Video Poker is simple enough, one can calculate the exact probability.
Dieter
Administrator
Dieter
  • Threads: 16
  • Posts: 5542
Joined: Jul 23, 2014
October 23rd, 2021 at 12:59:20 PM permalink
I look forward to writeup.
It promises to be fascinating.
May the cards fall in your favor.
FiliusBruce
FiliusBruce
  • Threads: 20
  • Posts: 71
Joined: Dec 29, 2019
October 27th, 2021 at 3:53:49 PM permalink
My software finished running, and now I have the "best" basic strategy for 9/7 Triple Double. I wrote about it here:

https://blog.vidpoke.com/2021/10/best-basic-strategy-for-9-7-triple-double-bonus.html

heatmap
heatmap
  • Threads: 260
  • Posts: 2243
Joined: Feb 12, 2018
October 27th, 2021 at 4:53:06 PM permalink
Quote: FiliusBruce

My software finished running, and now I have the "best" basic strategy for 9/7 Triple Double. I wrote about it here:

https://blog.vidpoke.com/2021/10/best-basic-strategy-for-9-7-triple-double-bonus.html


link to original post



Can you explain it like I’m five - I hope you don’t get sued by reddit

The hierarchy of the entire tree is obvious but is 789’s priority higher than 456’s?
8TJ greater than 89J?

Or are their levels equal in priority if I I encounter these situations?
FiliusBruce
FiliusBruce
  • Threads: 20
  • Posts: 71
Joined: Dec 29, 2019
Thanked by
heatmap
October 27th, 2021 at 5:09:23 PM permalink
Quote: heatmap

The hierarchy of the entire tree is obvious but is 789’s priority higher than 456’s?
8TJ greater than 89J?

Or are their levels equal in priority if I I encounter these situations?
link to original post



They are not comparable, because you can't encounter such situations. If a hand contains both suited 456 and suited 789, it needs to have six or more cards. If a hand contains both suited 89J and suited 8TJ, it must also contain the 4-card straight flush option 89TJ, which is better to hold than a 3-card straight flush. Does that make sense?
Last edited by: FiliusBruce on Oct 27, 2021
Dieter
Administrator
Dieter
  • Threads: 16
  • Posts: 5542
Joined: Jul 23, 2014
Thanked by
FiliusBruce
October 27th, 2021 at 5:17:41 PM permalink
Quote: FiliusBruce

My software finished running, and now I have the "best" basic strategy for 9/7 Triple Double. I wrote about it here:

https://blog.vidpoke.com/2021/10/best-basic-strategy-for-9-7-triple-double-bonus.html


link to original post



It is an intriguing writeup, and the graphics are nice, too.

Very good stuff, FiliusBruce.
May the cards fall in your favor.
unJon
unJon
  • Threads: 14
  • Posts: 4594
Joined: Jul 1, 2018
Thanked by
FiliusBruce
October 27th, 2021 at 6:13:56 PM permalink
I agree. I don’t play video poker and found it really interesting. Someone should PM the Wiz so he sees this. He may be interested.
The race is not always to the swift, nor the battle to the strong; but that is the way to bet.
  • Jump to: