Poker-AI.org
http://poker-ai.org/phpbb/

Real time advisor PokerReader
http://poker-ai.org/phpbb/viewtopic.php?f=33&t=3321
Page 1 of 2

Author:  Ant0hin [ Wed Mar 04, 2020 8:27 am ]
Post subject:  Real time advisor PokerReader

This poker software reads data from the poker tables from the screen and can work at another computer and therefore it is safe. Works with any poker rooms.
The software can in real time show optimal play solutions for preflop and postflop. Suitable for HU, 3-max, 4-max, 6-max, 8-max, 9-max tables, for tournaments or cash games.
In addition, it can save hand history for any room and then you can have statistics.

https://www.flushroyal.net/pokerreader-eng

Author:  chadthelad [ Wed Mar 04, 2020 12:21 pm ]
Post subject:  Re: Real time advisor PokerReader

What platforms does this certainly work with?

How does this play differently for cash/tournaments games, is it pre-loaded with strategies?

Author:  Ant0hin [ Thu Mar 05, 2020 5:45 am ]
Post subject:  Re: Real time advisor PokerReader

The software works using the OCR and supports any poker sites. Used by many people for a long time, all popular poker rooms are checked.
You can switch the table size and tournament or cash in the program settings.
It contains a pre-loaded strategy for pre-flop and post-flop, but you can edit the strategy yourself or load from solvers.

Author:  nbiresev [ Mon Mar 09, 2020 8:11 am ]
Post subject:  Re: Real time advisor PokerReader

Does it use tablemaps to read tableS?

Author:  Ant0hin [ Mon Mar 09, 2020 11:19 am ]
Post subject:  Re: Real time advisor PokerReader

Yes, and you edit the tablemap yourself

Author:  nbiresev [ Mon Mar 09, 2020 8:59 pm ]
Post subject:  Re: Real time advisor PokerReader

Ant0hin wrote:
Yes, and you edit the tablemap yourself


Edit or have to create it from zero? Does it mean your software provides tablemaps or i need to build tablemaps myself? If you provide tablemaps, can you please tell for which sites?

Author:  Ant0hin [ Tue Mar 10, 2020 5:42 am ]
Post subject:  Re: Real time advisor PokerReader

Each person has their own sizes and positions of tables, layouts and fonts. Therefore, yes, you need to specify the coordinates yourself. For example, you can watch this my video with subtitles

https://youtu.be/bu5CchGKJD0

Author:  nbiresev [ Tue Mar 10, 2020 9:04 am ]
Post subject:  Re: Real time advisor PokerReader

Ok i see it is not open holdem tablemaps but your own table maps :)
Did nefton work on this?
It looks very nicely done.

How does reading tables work? do you maybe use tesseract or something similar for OCR considering that you say it works with any poker room?
How much time it needs to read whole table frame?
I am more interested in reading tables part, because i would use it for my bot. I see that you have .bin file for each tablemap. Do you offer some API maybe which i could use your table reader for my bot? How much would be the price for that if yes

Author:  Ant0hin [ Wed Mar 11, 2020 3:29 am ]
Post subject:  Re: Real time advisor PokerReader

sorry who is nefton?
i do not use tesseract or other software libraries.
the software can constantly save the read data to a file, so yes you can use it for your bot.
the price is on my website.

Author:  nbiresev [ Wed Mar 11, 2020 12:17 pm ]
Post subject:  Re: Real time advisor PokerReader

Ant0hin wrote:
sorry who is nefton?
i do not use tesseract or other software libraries.
the software can constantly save the read data to a file, so yes you can use it for your bot.
the price is on my website.


Nefton is a guy who works on advanced OCR methods he has threads on this forum you can search him.
Thank you for your answer.
Ok can you please explain how to use OCR part only? I saw there are .bin files saved, but how do i use them exactly, what data is written there.
And i would appreciate if you would explain what method you use for OCR.

Author:  nbiresev [ Wed Mar 11, 2020 7:31 pm ]
Post subject:  Re: Real time advisor PokerReader

I looked at open raise ranges from poker reader, i find it weird that it defends around 70% from range from CO, but e.g. EP 55%, MP 40%.
from all position very tight 4bet range, which is quite non standard in poker.So i am wondering how did you construct those preflop ranges?
For postflop, were you allowing to solver to use multiple bet sizes or just one?
Also if you could tell when you calculated defend vs cbet on flop, on what range did you put opponent (like whole preflop range that sees flop or also gave gto range)?
I like especially postflop how the data is represented, it is intuitive and very fast loads ranges for any board that i provide. great work !

Author:  Ant0hin [ Thu Mar 12, 2020 7:48 am ]
Post subject:  Re: Real time advisor PokerReader

The program can constantly save the read data to a txt file without other actions, charts, etc., so you can use them in any of your software. Alternatively, you can buy the software along with the source code. I can’t explain to you the OCR method here, this is a lot of program code.

Author:  Ant0hin [ Thu Mar 12, 2020 7:52 am ]
Post subject:  Re: Real time advisor PokerReader

Preflop charts and postflop gto solutions can be imported from solvers GTO+, PioSolver, SimplePostflop, SimplePreflop. I did so.
You can import them yourself, in addition, all preflop charts can also be edited manually

Author:  nbiresev [ Thu Mar 12, 2020 10:49 am ]
Post subject:  Re: Real time advisor PokerReader

I tested turn ranges a bit. The issue i see is that e.g. if i select BB vs SB open raise, and that hero called flop, e.g. board Td8d3s8c
it has on the turn on any possible card only call/fold ranges. Why is there never raise range on the turn? Maybe in the settings when ranges were calculated it was prevented to raise turn?

Author:  nbiresev [ Thu Mar 12, 2020 12:12 pm ]
Post subject:  Re: Real time advisor PokerReader

On the river, BB vs SB open raise, I set board Td8d3s7d4c, flop was call, turn was call, it outputs on the river
83% call, 17% fold against 75% bet size on each street, frequency looks weird that it calls so many bluff catchers. Again on river same as on turn, it is
not allowed to raise so it even calls nut flush.

https://ibb.co/d4zHkHb

Author:  Ant0hin [ Fri Mar 13, 2020 3:58 am ]
Post subject:  Re: Real time advisor PokerReader

Yes, the built-in solver does not raise on turn and river, there is no such setting yet.

The calculation of the strategy is correct, but it does not accurately display the percentage of folds on the river, all hands are shown, but some of them have already been folded on the flop and turn, so the real percentage of fold is greater, however, the correct game for each hand is shown, I will correct the calculation of the percentage of fold on the river.

Author:  nbiresev [ Fri Mar 13, 2020 11:58 am ]
Post subject:  Re: Real time advisor PokerReader

I was not using built in solver but postflop ranges which are pre calculated and saved in .bin files.
If raising is disabled on turn and river, then even though the calculations are correct to find equilibrium, such ranges are not useful in practice and in poker you need to have raising rules. This is the reason why it suggests so agro raising range on the flop, as it is not able to raise on turn or river so it needs to fast play all hands.
Is there a way to see gto ranges where raising is allowed on turn or river?

Author:  Ant0hin [ Sat Mar 14, 2020 6:07 am ]
Post subject:  Re: Real time advisor PokerReader

You can solve flops in your solver, for example PioSolver, GTO+, SimplePostflop, import them into the PokerReader and thus have flop solutions you want

Author:  nbiresev [ Sat Mar 14, 2020 10:43 am ]
Post subject:  Re: Real time advisor PokerReader

OK, but the point is to purchase software with pre-calculated ranges in order to be able to quickly see the gto ranges instead of having to wait
for each spot to be calculated. I find it super useful to so quickly look at the different boards on flop what ranges it suggests, it is just ashame that it doesn'T use multiple bet sizes and no raising is allowed on turn and river.

Author:  Ant0hin [ Tue Sep 08, 2020 6:41 pm ]
Post subject:  Re: Real time advisor PokerReader

This video shows automatic interaction with GTO+ solver. Desired solution, tree nodes and turn and river cards are shown automatically. (turn on subtitles)
https://youtu.be/YWBhAwRK_28

Page 1 of 2 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/