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

Access to .mkr files
http://poker-ai.org/phpbb/viewtopic.php?f=33&t=3204
Page 1 of 1

Author:  pilatus [ Tue Mar 05, 2019 10:40 am ]
Post subject:  Access to .mkr files

I have MonkerSolver generated solutions in .mkr format.
I'd like to access them (postflop situations) preferably with Python.

If anyone has written code for this, I'm willing to buy it.

Author:  kramods [ Fri May 10, 2019 9:58 am ]
Post subject:  Re: Access to .mkr files

+1 Im also interested in this.

Author:  FlashPlayer [ Mon May 20, 2019 9:21 am ]
Post subject:  Re: Access to .mkr files

Hi.
I have a solution for your purposes. I have a server that can load lot of mkrs at the same time and you can access them through TCP requests 24/7. Responses are fast (like in Monker).
Prices depends on number of solutions you want to load. But as result this will be much cheaper than rent your own server.
If you are interested - pm me.

Author:  makaroni [ Fri Aug 09, 2019 7:18 pm ]
Post subject:  Re: Access to .mkr files

+ 1 interested in this.

Author:  DoodleBot [ Fri Sep 27, 2019 7:05 pm ]
Post subject:  Re: Access to .mkr files

+1
also interested.

Author:  GasPanic [ Sat Mar 06, 2021 9:33 pm ]
Post subject:  Re: Access to .mkr files

This thread is pretty much the only thing that shows up when you google it.

I'm also looking to decode .mkr files and make them accessible. I'd be grateful for any help.

Author:  FlashPlayer [ Tue Sep 13, 2022 11:27 am ]
Post subject:  Re: Access to .mkr files

Hi, I can convert mrk files for you. From last (2.1.9) version. Pm me

Author:  nbiresev [ Wed Sep 14, 2022 8:31 am ]
Post subject:  Re: Access to .mkr files

Is it also working for plo4? Would it be possible to parse ranges for specific spots from mkr file without having to load the file in monkersolver?

Author:  FlashPlayer [ Thu Sep 15, 2022 5:43 am ]
Post subject:  Re: Access to .mkr files

nbiresev wrote:
Is it also working for plo4? Would it be possible to parse ranges for specific spots from mkr file without having to load the file in monkersolver?


Yes and yes.

It works for plo4 only now (because it is only request from monker users till this moment), but can be modified to holdem in one week. Also there are some rational requirements to how mkr file was created (settings) and saved, but if they are not suitable it can be also tweaked.

Main idea is to not using monker software at all - I convert mkr file into my binary format, save it on disk and read disk instead of using lot of ram. It is working same as in monker. You specify node path (like CALL-FOLD-BET etc) and board as input and as result you receive ranges for all actions in selected node. RAM usage is low, so 256gb ram machine can read simultaneously around 200k of mkrs. We just need lot of disk space to store all converted data.
Response time is also fast as in Monker - lower than 1 sec for path + board request.
Final solution you are receiving from me is a reader app (for now it is a console Java app with http server for requests) that works with converted mkrs. I convert mkr file on my side and send result to you with reader. One reader can access lot of files at one time. So it is just an "entry point" to your library of converted files.

Author:  iWantMillion [ Fri Oct 20, 2023 6:01 pm ]
Post subject:  Re: Access to .mkr files

FlashPlayer wrote:
nbiresev wrote:
Is it also working for plo4? Would it be possible to parse ranges for specific spots from mkr file without having to load the file in monkersolver?


Yes and yes.

It works for plo4 only now (because it is only request from monker users till this moment), but can be modified to holdem in one week. Also there are some rational requirements to how mkr file was created (settings) and saved, but if they are not suitable it can be also tweaked.

Main idea is to not using monker software at all - I convert mkr file into my binary format, save it on disk and read disk instead of using lot of ram. It is working same as in monker. You specify node path (like CALL-FOLD-BET etc) and board as input and as result you receive ranges for all actions in selected node. RAM usage is low, so 256gb ram machine can read simultaneously around 200k of mkrs. We just need lot of disk space to store all converted data.
Response time is also fast as in Monker - lower than 1 sec for path + board request.
Final solution you are receiving from me is a reader app (for now it is a console Java app with http server for requests) that works with converted mkrs. I convert mkr file on my side and send result to you with reader. One reader can access lot of files at one time. So it is just an "entry point" to your library of converted files.


pm me please, I am interested in your solution

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