Hi !
I'm a Java programmer surrounded by pretty high level poker players. My only choice to survive was to find it interesting, so did I!
* Something like two years back, I decided to code a bot framework in Java ignoring AI in the first time. To avoid most stealth problems I decided not to make it act but just display an advice.
It scrapes ok with fixed sized windows and displays in a HUD following the windows positions.
I decided to abandon this project as I don't want to deal with my country's laws and being banned from the only two interesting rooms in there.
* I also programmed some minor stuff :
- a simple UI to have fast odds
- an UI ICM (normal and MC) program that can compute for up to 170 stack sizes
- I used my bot framework to begin an HUD helper that I'd like to commercialize but this project is sleeping for now.
All my UIs are programmed using JavaFX (yes...).
* Recently I decided to program my Nash equilibrium engine. I have it working (it's CSCFRM) with any game (properly) implementing an interface like this :
interface Game {
void chosePlayer(PlayerAction action);
void choseNature(NatureAction action);
void back();
Node<InfoSet, PlayerAction, NatureAction> getCurrentNode();
}
Im focused on using it to experiment some research-oriented concepts I have, mainly about SNG.
Im not really interested in opponent modeling or cash-game for now, I already have plans for ten full-time jobs in my free-time exploring no-memory AIs
* I also had my OFC (open face chinese poker) time... Don't hesitate to talk to me about it !
I stalk this forum for monthes (don't remember when I started reading the old forum) and I'm really grateful to all its contributors. I mean it ! I could have played bridge without pokerAI
Oh i didn't say it but I'm mainly (only) interested in NLHE (and OFC
).
Cheers !
EDIT : forgot to apologize for my english in this and all my future posts !