Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My OH RTA with Action Trace Profile implemention #148

Open
wants to merge 2,076 commits into
base: master
Choose a base branch
from
Open

My OH RTA with Action Trace Profile implemention #148

wants to merge 2,076 commits into from

Conversation

Mudr0x
Copy link

@Mudr0x Mudr0x commented Apr 14, 2021

Real Time Advisor (RTA) for OpenHoldem with a "Switch to Action Trace Profile" menu option which is an option to Add "Action Traces" to your Profile to easily trace Last Action line executed (relative/absolute line) on your Profile to faster more Profile debugging.

Mudr0x and others added 30 commits March 18, 2021 12:53
Useful Visual RTA window  which attach itself to the OH attached poker table activated via Menu->Edit->RT Assistant, displaying in real-time GTO infos such Handrank, Prwin/tie/los,, Out odds, Implied odds, Pot odds, My equity, Pot equity retrieved directly from Open-PPL formulas, so it needs to put to your formula such instruction lines:

##f$MyEquity##
(f$nOuts * 4) - (f$nOuts - 8)

##f$PotEquity##
f$nOuts * (1 - ( 1 / (((PotSize + AmountToCall) / PotSize))))

##preflop##
WHEN ismyturn RETURN f$nOuts FORCE
WHEN ismyturn RETURN f$OutOdds FORCE
WHEN ismyturn RETURN f$ImpliedOdds FORCE
WHEN ismyturn RETURN f$PotOdds FORCE
WHEN ismyturn RETURN f$MyEquity FORCE
WHEN ismyturn RETURN f$PotEquity FORCE
WHEN ismyturn RETURN f$prwin_mustplay FORCE
WHEN isomaha Fold FORCE
WHEN istournament RETURN Termita_SNG_Preflop FORCE
WHEN isfl RETURN Winngy_FixedLimit_Preflop FORCE
WHEN Others RETURN Gecko_6Max_FR_NL_BSS_Preflop FORCE

for ##preflop##, ##flop##, ##turn##, ##river##

It is a first example of how powerful it could be, so I plan to add much more precious GTO infos for the future.
Also I'm not sure about MyEquity and PotEquity formulas so please correct me if needed.
Real Time Advisor (RTA) for OpenHoldem with a "Switch to Action Trace Profile" menu option which is an option to Add "Action Traces" to your Profile to easily trace Last Action line executed (relative/absolute line) on your Profile to faster more Profile debugging.
Real Time Advisor (RTA) for OpenHoldem with a "Switch to Action Trace Profile" menu option which is an option to Add "Action Traces" to your Profile to easily trace Last Action line executed (relative/absolute line) on your Profile to faster more Profile debugging.
My OH RTA with Action Trace Profile implemention
TableMap for PokerTH V.1.1.2 10-max DefaultTheme.
For 10-players table size.
Works optimal with default table style gfx (theme) and font smoothing disabled (i.e. advanced system setting set to 'adjust for best performance'),
I preconise also to disable fade-out and flip animation on PokerTH settings.
To allow more flexibility and comply correctly with the description of the manual.
A very useful fix that complies more accurately with the manual's description of lastraised(x)
raisbits(x) now includes the user chair to fully and properly comply with the OH Manual.
Action Trace Profile (ATP) patch for OH Real-Time Advisor (RTA) extension from my previous pull request #28 now display real-time executing line ("Action Trace") from profile for an OH bot taken action (logic decision) as a hyperlink which open on click my OpenPad for OH and autoscroll to this executing line for usefull real-time debugging of your profile. OpenPad is lightweight editor based on Scintilla edit control specially dedicated for OH with usefull direct line inputing and autoscroll option for fast OH profile debugging mostly with huge file size and with clear target line highlighting and numbering available here: https://github.com/Mudr0x/OpenPad where you can download last release and put it on tools directory of OH.
…w/MissinfFontsAlert

OpenScrape Collect Fonts Automation  with Missing Fonts alert
Updated version of PokerTH v1.1.2 TM with minor region corrections and a complete font collection now.

TableMap for PokerTH V.1.1.2 10-max DefaultTheme.
For 10-players table size.
Works optimal with default table style gfx (theme) and font smoothing disabled (i.e. advanced system setting set to 'adjust for best performance'),
I preconise also to disable fade-out and flip animation on PokerTH settings.
PokerTH V.1.1.2 10-max DefaultTheme TM
Corrected: open files with blank spaces names, view of normal custom log messages along side with special debug log messages ($log_...), recognization of different 'Force' word typos (Force or FORCE)...
Countermeasure of player names scraping by putting unwanted string to scrape (like "Time" on Ipoker Networks for example) on new Preferences->Scraper entry.
…ape-for-player-names

Unwanted string to scrape for player names patch
Unwanted scrapes (casino animations) countermeasure on player names update, with a better and more ergonomic UI, covering almost all possible casino animations and cases that may conflict with player names and possibility to use regex expressions (to do so only enter regex arguments and not entire regex formulas).
Unwanted scrapes (casino animations) countermeasure on player names update, with a better and more ergonomic UI, covering almost all possible casino animations and cases that may conflict with player names and possibility to use regex expressions (to do so only enter regex arguments and not entire regex formulas).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants