Page 2 of 3

Re: Testers Wanted - Poker Tracker Hand Converter

Posted: Sat Nov 28, 2020 6:14 pm
by StevieG
OK, I have the initial converter ready to go.

https://github.com/yellowtongue/convert-mavens-hh

Re: Testers Wanted - Poker Tracker Hand Converter

Posted: Mon Dec 07, 2020 9:59 am
by tragic
StevieG wrote:OK, I have the initial converter ready to go.

https://github.com/yellowtongue/convert-mavens-hh
Nice - I downloaded and tried it out. And yes - getting invalid stacks and pots. The issue appears to be on raises and re-raises. This is the spec:

https://hh-specs.handhistory.org/action-object/amount

Which states: The amount of the action performed / the total amount put in during this action.

So, what I see, if someone bets 30 (for example) and then someone raises to 90 and then the original better puts in the 3-bet to 180, that bet is coming in as 180, but it should be 150 - (180-30) The amount put in during this action. Not the total amount of their bet...

Re: Testers Wanted - Poker Tracker Hand Converter

Posted: Tue Dec 08, 2020 8:40 pm
by steveairway
so has this guy made a hud that works with pokertracker or what?

Re: Testers Wanted - Poker Tracker Hand Converter

Posted: Mon Dec 21, 2020 12:42 pm
by StevieG
tragic wrote:
StevieG wrote:OK, I have the initial converter ready to go.

https://github.com/yellowtongue/convert-mavens-hh
Nice - I downloaded and tried it out. And yes - getting invalid stacks and pots. The issue appears to be on raises and re-raises. This is the spec:

https://hh-specs.handhistory.org/action-object/amount

Which states: The amount of the action performed / the total amount put in during this action.

So, what I see, if someone bets 30 (for example) and then someone raises to 90 and then the original better puts in the 3-bet to 180, that bet is coming in as 180, but it should be 150 - (180-30) The amount put in during this action. Not the total amount of their bet...
I will have a look at this later today.

Re: Testers Wanted - Poker Tracker Hand Converter

Posted: Mon Dec 21, 2020 2:04 pm
by StevieG
tragic wrote: getting invalid stacks and pots. The issue appears to be on raises and re-raises. This is the spec:

https://hh-specs.handhistory.org/action-object/amount

Which states: The amount of the action performed / the total amount put in during this action.

So, what I see, if someone bets 30 (for example) and then someone raises to 90 and then the original better puts in the 3-bet to 180, that bet is coming in as 180, but it should be 150 - (180-30) The amount put in during this action. Not the total amount of their bet...
Thanks, tragic. I understand the issue now.

Treating it this way means the hand history converter must understand state since Mavens is simply listing the current amount of the bet (what players would refer to as "all day") whereas the spec seems to want what that player is adding to the pot with this action (which are sometimes the same, but not when that specific player has already bet or raised).

I doubt the PokerTracker people are going to change their spec, so I would have to alter the HH converter.

I'll noodle on it and see about a fix.

Re: Testers Wanted - Poker Tracker Hand Converter

Posted: Mon Dec 21, 2020 5:39 pm
by StevieG
Fixed. Thanks for bringing this to my attention tragic.

The file on the github project has been updated with the change.

Re: Testers Wanted - Poker Tracker Hand Converter

Posted: Wed Feb 24, 2021 8:01 pm
by Bcruey
StevieG wrote:Hey, all. Glad for the interest.

I have downloaded the trial version of PT4 and I have done a successful upload.

There are some caveats - looks like I may need to be very careful about treating non_ASCII (python is great about it, but the PT4 import seems to be fussy, at least with file name and table names). Also I saw some weirdness with import of a longer hand history where invalid stacks were reported by the import.

But let's work together.

I will start a GitHub project and we can collaborate there.
Any updates on this? I would be interested.

Re: Testers Wanted - Poker Tracker Hand Converter

Posted: Sun Feb 28, 2021 11:17 pm
by StevieG
Bcruey wrote: Any updates on this? I would be interested.
Yes, there is a GitHub page for this, and I have had good feedback that led me to make some changes that fixed an issue with three-betting.

https://github.com/yellowtongue/convert-mavens-hh

Re: Testers Wanted - Poker Tracker Hand Converter

Posted: Thu Mar 11, 2021 11:14 pm
by pokerspot
I'd like to try this out, but I've never worked with python. I do believe I have it installed, but not sure where to go from there.

Should I be able to double click this script? When I do, I only see a quick black windows popup then disappear. When looking at the script within IDLE I could not figure out where it would be pulling the HHs from, and where it would be putting the outputs. Thanks for any assistance.

Re: Testers Wanted - Poker Tracker Hand Converter

Posted: Mon Mar 15, 2021 9:19 am
by pokerspot
So I have figured out how to use this script with some help, but I, a lot of hands are not uploading and pokertracker shows the following import errors.

Error: Standardized: Invalid pot size (0.50 vs pot: 0.60 rake: 0.00 jpt: 0.00) for hand #1522-34 (Line #72)