icybee
icybee
What config file did you use? Can you post it here?
> Honestly, now I get the same error without Docker on my linux machine This is very wired. Can you provide the input config file?
> When I choose a strategy for a street, it doesn't display the overall EV of that strategy. It does display the EV of a single hand though. This makes...
Yes, it's an known issue. I set a minimal window size to ensure all the information can be displayed correctly.
> Hi, In my outputs, it seems OOP always checks flop >80% and shows higher EV than betting. If this is accurate according to sim, it's fine. Is there a...
> If I compile it, it starts quickly but I get memory access errors. Maybe it is because I don't execute it as root. Sorry I don't have a linux...
> 87o:0.0003 some range in your input file is too small and get filtered by the GUI logic, that's why I think
> So executing from file takes about 30 seconds in the console_solver. What does build-AppImage.sh do from the master branch? It seems to build a much faster commandline_solver but it...
> Console version is 30% faster in my tests. You really should write a program to read the output strategy file.
> The console version loads the files here https://github.com/bupticybee/TexasSolver/tree/master/resources/compairer and parses the contents. This is for the compairer. That is what takes the time. The gui version compiled from the...