Testers Wanted - Poker Tracker Hand Converter

For general discussion of the Poker Mavens software
StevieG
Posts: 56
Joined: Mon May 04, 2020 12:27 pm

Re: Testers Wanted - Poker Tracker Hand Converter

Post by StevieG »

OK, I have the initial converter ready to go.

https://github.com/yellowtongue/convert-mavens-hh
tragic
Posts: 1
Joined: Mon Dec 07, 2020 9:49 am

Re: Testers Wanted - Poker Tracker Hand Converter

Post 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...
steveairway
Posts: 8
Joined: Mon May 04, 2020 6:26 am

Re: Testers Wanted - Poker Tracker Hand Converter

Post by steveairway »

so has this guy made a hud that works with pokertracker or what?
StevieG
Posts: 56
Joined: Mon May 04, 2020 12:27 pm

Re: Testers Wanted - Poker Tracker Hand Converter

Post 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.
StevieG
Posts: 56
Joined: Mon May 04, 2020 12:27 pm

Re: Testers Wanted - Poker Tracker Hand Converter

Post 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.
StevieG
Posts: 56
Joined: Mon May 04, 2020 12:27 pm

Re: Testers Wanted - Poker Tracker Hand Converter

Post by StevieG »

Fixed. Thanks for bringing this to my attention tragic.

The file on the github project has been updated with the change.
Bcruey
Posts: 11
Joined: Mon Feb 01, 2021 9:53 pm

Re: Testers Wanted - Poker Tracker Hand Converter

Post 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.
StevieG
Posts: 56
Joined: Mon May 04, 2020 12:27 pm

Re: Testers Wanted - Poker Tracker Hand Converter

Post 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
pokerspot
Posts: 2
Joined: Sun Feb 14, 2021 1:49 pm

Re: Testers Wanted - Poker Tracker Hand Converter

Post 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.
pokerspot
Posts: 2
Joined: Sun Feb 14, 2021 1:49 pm

Re: Testers Wanted - Poker Tracker Hand Converter

Post 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)
Post Reply