Open Side Menu Go to the Top
Register
Simple GTO Trainer -- Practice GTO with customized drills and vs AI games Simple GTO Trainer -- Practice GTO with customized drills and vs AI games

12-16-2019 , 07:45 PM
Quote:
Originally Posted by SauloCosta
Hello. Can you please add an option to skip board in drill games? I've recently found an issue with it, which I will try to give an example.

Lets suppose I'm drilling turn cbet oop after cbetting flop with 1/3 sizing. The way the program works is, it will just randomly pick a tree from within the selected folder and navigate to the specified node. The problem with this is that it picks trees where the 1/3 is pretty much never used on the flop. There is no point in drilling the turn if I'm never going to cbet 1/3 on that board. So I would like to have the option to skip current board and just get dealt a new one. Or, there could be an option to filter flops - and not only runouts - in the drill configuration. I don't want to simply keep inputting random frequencies in the drill to skip the current board for obvious reasons.

I believe such thing would be valuable to most customers and is easily implementable by developers. Thanks in advance


+1
Simple GTO Trainer -- Practice GTO with customized drills and vs AI games Quote
12-16-2019 , 07:45 PM
I purchased the 3-bet pack. When I try to drill the software shuts down entirely as if I had hit the "x" in the corner to close it. This has happened on my i5 and my i7 processor computers. Is my system just not up to it? My computer doesn't slow down or freeze. The program just closes on me. Any advice?
Simple GTO Trainer -- Practice GTO with customized drills and vs AI games Quote
12-16-2019 , 10:11 PM
I have simple postflop. What does this read, the .bin files? I want to precompute my own solutions prior to buying and just want to make sure I'm saving stuff in the right format for this to use. I know .bin is only solved flop spots, does it solve turns in real time?
Simple GTO Trainer -- Practice GTO with customized drills and vs AI games Quote
12-18-2019 , 03:25 AM
Quote:
Originally Posted by Laenina
Hello, what should I put the update URL to download the latest version?

Thanks
Hello,

the stable version URL is http://update.simplepostflop.com/SimpleQuiz_beta/
Simple GTO Trainer -- Practice GTO with customized drills and vs AI games Quote
12-18-2019 , 03:38 AM
Quote:
Originally Posted by SauloCosta
Hello. Can you please add an option to skip board in drill games? I've recently found an issue with it, which I will try to give an example.

Lets suppose I'm drilling turn cbet oop after cbetting flop with 1/3 sizing. The way the program works is, it will just randomly pick a tree from within the selected folder and navigate to the specified node. The problem with this is that it picks trees where the 1/3 is pretty much never used on the flop. There is no point in drilling the turn if I'm never going to cbet 1/3 on that board. So I would like to have the option to skip current board and just get dealt a new one. Or, there could be an option to filter flops - and not only runouts - in the drill configuration. I don't want to simply keep inputting random frequencies in the drill to skip the current board for obvious reasons.

I believe such thing would be valuable to most customers and is easily implementable by developers. Thanks in advance
Hi,

you are absolutely right about the value of the feature. But I would like to give some details about implementation strategy.

The flop file itself (SPF and Pio both) is binary file. It means that it is impossible to understand what cards are set until file is opened and read by engine. Of course, most of users use board text representations in the file names, but it is optional. So, to make board filtering we need to:

a) Cache files before training start;
b) Open random file and check if it satisfies board filter, skip it or play;
c) You can try to sort files into folders by yourself;
d) Force users to rename flop files in a certain way (like "...._2s2d2h.bin")

We suggest you to try option C while we are implementing the option A. Please keep in mind that every feature we implement is done for every regular mode and training packs. That why it could take time.
Simple GTO Trainer -- Practice GTO with customized drills and vs AI games Quote
12-18-2019 , 03:55 AM
Quote:
Originally Posted by HicSvntDracones
I purchased the 3-bet pack. When I try to drill the software shuts down entirely as if I had hit the "x" in the corner to close it. This has happened on my i5 and my i7 processor computers. Is my system just not up to it? My computer doesn't slow down or freeze. The program just closes on me. Any advice?
Hello,

please, provide more details about the issue (drill name, how many hands do you play, when you try to close window). You can contact our support team using Skype or discord.

Also check that application is installed at %Appdata% directory, otherwise there could be issues with local db updates.
Simple GTO Trainer -- Practice GTO with customized drills and vs AI games Quote
12-18-2019 , 04:04 AM
Quote:
Originally Posted by kvnd
I have simple postflop. What does this read, the .bin files? I want to precompute my own solutions prior to buying and just want to make sure I'm saving stuff in the right format for this to use. I know .bin is only solved flop spots, does it solve turns in real time?
Simple GTO Trainer uses calculated binary files (preflop and postflop). For SPF file format is .bin

Simple GTO Trainer has 7-day fully functional trial version so you can try your bin files.

Simple GTO Trainer calculates turns and rivers in real-time using defined calculation algorithm and accuracy. If you are using "Runouts" feature in SPF, calculated turns and rivers would not be recalculated in real-time.
Simple GTO Trainer -- Practice GTO with customized drills and vs AI games Quote
12-18-2019 , 11:23 AM
Quote:
Originally Posted by TeelXp
Hi,

you are absolutely right about the value of the feature. But I would like to give some details about implementation strategy.

The flop file itself (SPF and Pio both) is binary file. It means that it is impossible to understand what cards are set until file is opened and read by engine. Of course, most of users use board text representations in the file names, but it is optional. So, to make board filtering we need to:

a) Cache files before training start;
b) Open random file and check if it satisfies board filter, skip it or play;
c) You can try to sort files into folders by yourself;
d) Force users to rename flop files in a certain way (like "...._2s2d2h.bin")

We suggest you to try option C while we are implementing the option A. Please keep in mind that every feature we implement is done for every regular mode and training packs. That why it could take time.
I imagined you would suggest option C but that's exactly what I want to avoid since having all files in the same folder is necessary for many different purposes, including playing multiple drills in your software.

I don't see option D as "forcing users", basically you have a feature and the feature will only work under an specific circumstance. That sounds very ordinary to me, specially when it comes to filtering. In your runout filter feature for example, the user can't simply type whatever he wants and expect it to work. Also, people mostly use (I would imagine at least) the custom games function with trees that were built using Pio scripting function. And in pio scripting, most people will use predefined sets of boards, which already have a pattern for naming the files - the file name is written with the board cards in ascending order, each card followed by their suit. So the way I see it, most users would be benefitted from that feature, even if it requires a certain pattern of file naming.

Regardless, I appreciate your response and understand it may not be as trivial as I'm trying to make it sound like. I will wait for whatever implementation you chose, as again I find it quite valuable.
Simple GTO Trainer -- Practice GTO with customized drills and vs AI games Quote
12-18-2019 , 02:18 PM
Hello,

When setting up a drill game, is there a way to set turn and river cards as random cards? Or do we have to put a predefined card?

Thanks for your help!
Simple GTO Trainer -- Practice GTO with customized drills and vs AI games Quote
12-19-2019 , 08:29 AM
Quote:
Originally Posted by Laenina
Hello,

When setting up a drill game, is there a way to set turn and river cards as random cards? Or do we have to put a predefined card?

Thanks for your help!
You can specify turn and river cards using runout filters.

Check this: https://simplepoker.com/en/Help/Create_Custom_Drill_64

Section "Configuration of Drill training for turn and river"
Simple GTO Trainer -- Practice GTO with customized drills and vs AI games Quote
12-19-2019 , 09:48 AM
SIMPLE GTO TRAINER
RELEASE NOTES v. 1.3.3


1. [PIO] Villain hand in Evaluate Screen is fixed for Pio Drills
2. [SPF] Switching calculate algorithm from A1 to A3 does not lead to issues anymore
3. [SPF] Error threshold is fixed for Custom Regular
4. Edit of Drill training configuration is fixed
5. Opening Pio files from SGT is fixed. Occurred for non-English versions of Windows
6. New splash screen with progress bar
7. [SPF] Drill for multiple trees with locked strategies is fixed
8. Argument for enabling logging is added (can be used only for bug fixes, contact support team for more details)
9. GTO Deviation chart for drills is redesigned. Now it shows deviation in % from GTO actions
10. New spot is added to Omaha training pack
11. Other minor changes
Simple GTO Trainer -- Practice GTO with customized drills and vs AI games Quote
12-20-2019 , 08:13 PM
Thank you TeelXP. I made some progress.

I tried all of the options and found that if I hit anything that is listed as "Drill" mode, the programs shuts down. I cannot play any hands.

But when I got down to Regular mode, it seems to work. Should I have access to any of the "Drill" mode parts of the pack?
Simple GTO Trainer -- Practice GTO with customized drills and vs AI games Quote
12-21-2019 , 03:18 PM
Some feedback:

I just ran some of my own calculations to use the free pro trial with.

I gave IP many different bet sizes, intending to practice responding to them as BB (seen below).

It would be nice if I could highlight multiple (all) bet sizing options villain can choose from, and train responding to all of them (in the proportion they are used randomly) on different boards. As of now of course I can only play vs a single bet size at a time.

Simple GTO Trainer -- Practice GTO with customized drills and vs AI games Quote
12-26-2019 , 02:26 PM
Anyone having issues with the free version of the software while practicing some of the free starter drills, getting the message "your session has expired due to inactivity" when you are actively using it? I can't play more than 5-10 hands on any drill whithout getting this message and closing the table.

It also crashes quite a lot..
Simple GTO Trainer -- Practice GTO with customized drills and vs AI games Quote
01-05-2020 , 02:38 PM
Quote:
Originally Posted by HicSvntDracones
Thank you TeelXP. I made some progress.

I tried all of the options and found that if I hit anything that is listed as "Drill" mode, the programs shuts down. I cannot play any hands.

But when I got down to Regular mode, it seems to work. Should I have access to any of the "Drill" mode parts of the pack?
Drills are a part of the Pack, so any additional access is not required to play them.

I think you can contact our support team and provide additional info about the issue, for instance, the name of a drill or any other details that could be useful.

Thank you in advance!
Simple GTO Trainer -- Practice GTO with customized drills and vs AI games Quote
01-05-2020 , 02:47 PM
Quote:
Originally Posted by kvnd
Some feedback:

I just ran some of my own calculations to use the free pro trial with.

I gave IP many different bet sizes, intending to practice responding to them as BB (seen below).

It would be nice if I could highlight multiple (all) bet sizing options villain can choose from, and train responding to all of them (in the proportion they are used randomly) on different boards. As of now of course I can only play vs a single bet size at a time.
Thank you for feedback. There were several requests about using of mixing sizings in drills.

At some point we specially made drills for single node, because it allows to avoid a lot of bugs with configuration edit and summaries.

Now we have an idea of grouping custom training into a kind of training group, so you would be available to train several drills during single session.
Simple GTO Trainer -- Practice GTO with customized drills and vs AI games Quote
01-05-2020 , 04:00 PM
Quote:
Originally Posted by Lemayr
Anyone having issues with the free version of the software while practicing some of the free starter drills, getting the message "your session has expired due to inactivity" when you are actively using it? I can't play more than 5-10 hands on any drill whithout getting this message and closing the table.

It also crashes quite a lot..
Hi,

I played 100+ hands from Starter Drill Pack during 1 hour. I made 2 pauses for 15 minutes each and it worked fine for me.

Can you please provide more details about the issue?

https://simplepoker.com/images/other/drill_issue.png
Simple GTO Trainer -- Practice GTO with customized drills and vs AI games Quote
01-06-2020 , 03:02 AM
I have dell xps laptop ( 8GB ram, I think it is i5).
Can I install and run Simple GTO Trainer ( it is free?) and buy MTT and Cash game training packs.
Do I need anything else? I am only interested in drilling( playing against bot with feedback) various Cash game and MTT spots.
Is it easy to set up for complete beginner( as far as solvers goes).
Simple GTO Trainer -- Practice GTO with customized drills and vs AI games Quote
01-07-2020 , 04:38 AM
Quote:
Originally Posted by stumbras
I have dell xps laptop ( 8GB ram, I think it is i5).
Can I install and run Simple GTO Trainer ( it is free?) and buy MTT and Cash game training packs.
Do I need anything else? I am only interested in drilling( playing against bot with feedback) various Cash game and MTT spots.
Is it easy to set up for complete beginner( as far as solvers goes).
One more question what I need( subscription wise) to load my cfr files ( solutions)
Simple GTO Trainer -- Practice GTO with customized drills and vs AI games Quote
01-07-2020 , 02:23 PM
Quote:
Originally Posted by stumbras
I have dell xps laptop ( 8GB ram, I think it is i5).
Can I install and run Simple GTO Trainer ( it is free?) and buy MTT and Cash game training packs.
Do I need anything else? I am only interested in drilling( playing against bot with feedback) various Cash game and MTT spots.
Is it easy to set up for complete beginner( as far as solvers goes).
You can download simple GTO trainer for free. They also have a small amount of free packs of solutions for you to play against in the free version.

They also offer a free 1 week trial of the pro version you can activate in the application after downloading it

So you can try it for free and see if it works on your PC before you think of buying it yeah
Simple GTO Trainer -- Practice GTO with customized drills and vs AI games Quote
01-12-2020 , 08:04 AM
Hello,

Is there a way to get back to a previous version? The 1.1 version for instance.

Thanks
Simple GTO Trainer -- Practice GTO with customized drills and vs AI games Quote
01-15-2020 , 03:54 AM
Quote:
Originally Posted by Laenina
Hello,

Is there a way to get back to a previous version? The 1.1 version for instance.

Thanks
Hello,

the latest possible downgrade available via update link is:
http://update.simplepostflop.com/SimpleQuiz_123/ [Settings -> Update URL]

But we do not recommend to downgrade versions or use outdated versions.
Simple GTO Trainer -- Practice GTO with customized drills and vs AI games Quote
01-27-2020 , 10:12 AM
Hello

I have a question about custom games with PIO. I have PIO basic.

When I want to create a custom game, do I need to run every sim on PIO for every Flop I wanna train? Because I have just PIO basic I would have to run every tree by its own. And this will take a lot of time. I can't use the subsets.

There is probably no other way?

Thanks
Simple GTO Trainer -- Practice GTO with customized drills and vs AI games Quote
02-03-2020 , 05:22 PM
Hi,
im getting an error when trying to run my custom games today, it's saying that my license has expired when it expires in April, here's a screenshot:

https://gyazo.com/b13f545b106be7eee172ced517355619

Any idea? Thanks
Simple GTO Trainer -- Practice GTO with customized drills and vs AI games Quote
02-04-2020 , 01:50 PM
Quote:
Originally Posted by jb`
Hi,
im getting an error when trying to run my custom games today, it's saying that my license has expired when it expires in April, here's a screenshot:

https://gyazo.com/b13f545b106be7eee172ced517355619

Any idea? Thanks
You are not alone I get that error too. I just close the program and usually within 30 minutes or an hour I can start it up again and the error will no longer appear (error goes away on its own). But yeah it's annoying. Happens to me about once a week or so and restarting computer or the program doesn't help
Simple GTO Trainer -- Practice GTO with customized drills and vs AI games Quote

      
m