Poker-AI.org

Poker AI and Botting Discussion Forum
It is currently Mon Nov 13, 2023 11:49 am

All times are UTC




Post new topic Reply to topic  [ 10 posts ] 
Author Message
 Post subject: Access to .mkr files
PostPosted: Tue Mar 05, 2019 10:40 am 
Offline
New Member

Joined: Tue Mar 05, 2019 10:37 am
Posts: 1
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.


Top
 Profile  
 
 Post subject: Re: Access to .mkr files
PostPosted: Fri May 10, 2019 9:58 am 
Offline
New Member

Joined: Fri Feb 24, 2017 5:38 pm
Posts: 2
+1 Im also interested in this.


Top
 Profile  
 
 Post subject: Re: Access to .mkr files
PostPosted: Mon May 20, 2019 9:21 am 
Offline
Junior Member

Joined: Tue Jun 28, 2016 7:12 pm
Posts: 20
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.


Top
 Profile  
 
 Post subject: Re: Access to .mkr files
PostPosted: Fri Aug 09, 2019 7:18 pm 
Offline
New Member

Joined: Wed Jul 24, 2019 2:48 am
Posts: 1
+ 1 interested in this.


Top
 Profile  
 
 Post subject: Re: Access to .mkr files
PostPosted: Fri Sep 27, 2019 7:05 pm 
Offline
New Member

Joined: Wed Aug 14, 2019 8:25 pm
Posts: 3
+1
also interested.


Top
 Profile  
 
 Post subject: Re: Access to .mkr files
PostPosted: Sat Mar 06, 2021 9:33 pm 
Offline
New Member

Joined: Sat Mar 06, 2021 9:31 pm
Posts: 1
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.


Top
 Profile  
 
 Post subject: Re: Access to .mkr files
PostPosted: Tue Sep 13, 2022 11:27 am 
Offline
Junior Member

Joined: Tue Jun 28, 2016 7:12 pm
Posts: 20
Hi, I can convert mrk files for you. From last (2.1.9) version. Pm me


Top
 Profile  
 
 Post subject: Re: Access to .mkr files
PostPosted: Wed Sep 14, 2022 8:31 am 
Offline
Regular Member

Joined: Wed Mar 18, 2015 10:02 am
Posts: 80
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?


Top
 Profile  
 
 Post subject: Re: Access to .mkr files
PostPosted: Thu Sep 15, 2022 5:43 am 
Offline
Junior Member

Joined: Tue Jun 28, 2016 7:12 pm
Posts: 20
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.


Top
 Profile  
 
 Post subject: Re: Access to .mkr files
PostPosted: Fri Oct 20, 2023 6:01 pm 
Offline
New Member

Joined: Fri Apr 10, 2020 8:51 pm
Posts: 2
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


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 10 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group