Welcome to Bot Club,
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Hi admin for noobs question

3 posters

Go down

Hi admin for noobs question Empty Hi admin for noobs question

Post by latfachau Wed Aug 06, 2008 11:11 pm

For using logical AI , what website your supporting?
If i need to write on the profiles is it need to know about the programming language

latfachau

Posts : 7
Join date : 2008-05-05

Back to top Go down

Hi admin for noobs question Empty Re: Hi admin for noobs question

Post by Admin Thu Aug 07, 2008 12:56 am

Right now HW, Party, and Titan are supported for both limit and NL games.

Either Full Tilt or Absolute will be added this month.

You have to have a vague understanding of AutoIt to make profiles. All logic has to be contained within a supplied container, and has to comply with the LogicalAI standard. Container accepts 1 line conditional statements with a return clause on the end.

Check out a simple example from the Preflop Container. The latest API can be found in the formula section.
Admin
Admin
Admin

Posts : 97
Join date : 2008-03-23

https://botclub.forumotion.com

Back to top Go down

Hi admin for noobs question Empty Re: Hi admin for noobs question

Post by latfachau Thu Aug 07, 2008 3:14 am

Admin wrote:Right now HW, Party, and Titan are supported for both limit and NL games.

Either Full Tilt or Absolute will be added this month.

You have to have a vague understanding of AutoIt to make profiles. All logic has to be contained within a supplied container, and has to comply with the LogicalAI standard. Container accepts 1 line conditional statements with a return clause on the end.

Check out a simple example from the Preflop Container. The latest API can be found in the formula section.

Is there someways to convert my previous opi profiles to logicalai ?Thanks alot

latfachau

Posts : 7
Join date : 2008-05-05

Back to top Go down

Hi admin for noobs question Empty Re: Hi admin for noobs question

Post by Admin Thu Aug 07, 2008 6:15 am

latfachau wrote:
Is there someways to convert my previous opi profiles to logicalai ?Thanks alot

LogicalAI is vastly more flexible platform, so if you do a pure conversion you would be doing yourself a disservice imhe. However, a conversion is possible using the API. OPI profiles contain a lot of logic, so generalizing is difficult. If you have specific examples of desired conversions, feel free to post them in the formula section, and I will be glad to supply you the code.
Admin
Admin
Admin

Posts : 97
Join date : 2008-03-23

https://botclub.forumotion.com

Back to top Go down

Hi admin for noobs question Empty Re: Hi admin for noobs question

Post by latfachau Thu Aug 07, 2008 7:38 pm

Admin wrote:
latfachau wrote:
Is there someways to convert my previous opi profiles to logicalai ?Thanks alot

LogicalAI is vastly more flexible platform, so if you do a pure conversion you would be doing yourself a disservice imhe. However, a conversion is possible using the API. OPI profiles contain a lot of logic, so generalizing is difficult. If you have specific examples of desired conversions, feel free to post them in the formula section, and I will be glad to supply you the code.

i Am interested to using logicalAI but i am totally dunno anything on autohotkey ~

just dunno how to start to learn it ~ :<

latfachau

Posts : 7
Join date : 2008-05-05

Back to top Go down

Hi admin for noobs question Empty Re: Hi admin for noobs question

Post by Admin Fri Aug 08, 2008 1:14 am

latfachau wrote:
i Am interested to using logicalAI but i am totally dunno anything on autohotkey ~
just dunno how to start to learn it ~ :<

It's actually AutoIt not AutoHotKey, and you really only need to have a vague understanding of how it works.

In reality AutoIt is not even required to run this bot. The only reason you want it, is because it's most convenient to edit the formula with SciTe, AutoIt's bundled script editor.

In any case, if you decide to give it a go, here are some links that will help you get started:
http://www.autoitscript.com/cgi-bin/getfile.pl?autoit3/autoit-v3-setup.exe
http://www.autoitscript.com/autoit3/docs/
http://www.autoitscript.com/autoit3/docs/functions.htm
Admin
Admin
Admin

Posts : 97
Join date : 2008-03-23

https://botclub.forumotion.com

Back to top Go down

Hi admin for noobs question Empty Re: Hi admin for noobs question

Post by latfachau Fri Aug 08, 2008 8:02 pm

that was a script editor,
if i totally dunno about script is it need to take a long time to learn for a begginer ?

basicly wat is the different between logicalAI and openholdem ?

and and is it logicalAI included the hopper for the pokerroom.


Can u explain for me the whole concept how logicalAI work on.

We need to buy a poker acadamy ?

latfachau

Posts : 7
Join date : 2008-05-05

Back to top Go down

Hi admin for noobs question Empty Re: Hi admin for noobs question

Post by Admin Sat Aug 09, 2008 1:15 am

latfachau wrote:that was a script editor,
if i totally dunno about script is it need to take a long time to learn for a begginer ?

basicly wat is the different between logicalAI and openholdem ?
and and is it logicalAI included the hopper for the pokerroom.

Can u explain for me the whole concept how logicalAI work on.
We need to buy a poker acadamy ?

Check out this thread

Here are the key differences between LogicalAI and OpenHoldem:

1. LogicalAI is written in AutoIt and supports an AutoIt formula, OH is written in C++ and supports a C formula
2. LogicalAI is a supported product that is bundled with a hopper, OH is not
3. LogicalAI formulas are easier to understand and debug, you will know exactly which formula line takes action every time, as can be seen here.
4. LogicalAI uses PokerStove to simulate postflop equities, producing an extremely accurate result; OH uses an inferior system
5. LogicalAI does not support as many rooms as OH, but in reality the OH table maps need to be maintained and the default distributions are often incomplete
6. LogicalAI is not free, in fact it is expensive, but this keeps it more private, so getting banned with LAI is not as likely

Basically, if all you care about is poker, and you don't want to deal with bot infrastructure maintenance, this product is for you. As far as scripting ability goes, if you can understand what the center line of my signature means, then you are ready to start coding a LogicalAI formula, if you don't then better save your money.
Admin
Admin
Admin

Posts : 97
Join date : 2008-03-23

https://botclub.forumotion.com

Back to top Go down

Hi admin for noobs question Empty Re: Hi admin for noobs question

Post by latfachau Sat Aug 09, 2008 9:13 pm

Thanks for your reply Admin ~ i am quite happy, on your reply especially that u told us we can use plain english to design it.

can u give me more screenshoot on this programe ?

Actually i am previosly OPI user and botting there more than 2 years, but after day to day i found that botting there is not profitable so thinking to switch to other problem,
lot of the member has been switch to openholdem, but i found tat myself is totally zero knowedge on C++ so cannot even i jump in there , so now i need to do is try to search on it ,now i found that LAI is not bad, since u have said that we can use plain english to design up the formula,

Dynamic Opponent Ranges, is this means that we can use the PT stats to auto estimate that our opp hand ranges? thanks


PS:the Dowload a 30 minute training video is not working :<

latfachau

Posts : 7
Join date : 2008-05-05

Back to top Go down

Hi admin for noobs question Empty Re: Hi admin for noobs question

Post by Admin Sun Aug 10, 2008 5:23 am

I re-uploaded the video and here is a pic of the PA GUI. There is no audio in that video, so ...

You are correct on the Opponent Ranges, they can be DB driven.
Admin
Admin
Admin

Posts : 97
Join date : 2008-03-23

https://botclub.forumotion.com

Back to top Go down

Hi admin for noobs question Empty Re: Hi admin for noobs question

Post by latfachau Sun Aug 10, 2008 11:13 pm

Admin wrote:I re-uploaded the video and here is a pic of the PA GUI. There is no audio in that video, so ...

You are correct on the Opponent Ranges, they can be DB driven.
If wan to drivve it by DB will it be very complicated ?

i still not dare to jump in, coz there is lot of plan text at there , just worry myself cannot handle it .
:<

latfachau

Posts : 7
Join date : 2008-05-05

Back to top Go down

Hi admin for noobs question Empty Re: Hi admin for noobs question

Post by Admin Mon Aug 11, 2008 12:31 am

The default formula included with LAI has DB driven ranges built in already.

Check out this thread
Admin
Admin
Admin

Posts : 97
Join date : 2008-03-23

https://botclub.forumotion.com

Back to top Go down

Hi admin for noobs question Empty where I can find LogicalAI to try/buy ?

Post by swamijivan Fri Oct 17, 2008 3:28 am

As I said.. where is it? thanks

swamijivan

Posts : 1
Join date : 2008-10-17

Back to top Go down

Hi admin for noobs question Empty Re: Hi admin for noobs question

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum