Hello,
as a Computer Engineer, I'm interested in Machine Learning and AI. I started playing Poker this year, so I don't have the experience needed to be a good (maybe neither average) player, but I hope to improve my skills.
I started thinking about an helper-bot. This means it reads the game state from the interface and runs its own algorithms but doesn't act, just shows the data and predicted best move in the screen; I then decide what to do, if following blindly the strategy or trying something different. This is mainly for security reasons and testing.
I'm writing right now the interface that reads all the game state from the table (position of the player, money, action etc. using OCR and computer vision). Seems to work quite well, but that is the easy part, the core will be tougher also because I'm not expert in the actual game so it's difficult to implement the strategies.
Cheers