You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

niceguyanon comments on What are you working on? July 2013 - Less Wrong Discussion

8 Post author: David_Gerard 02 July 2013 04:39PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (100)

You are viewing a single comment's thread.

Comment author: niceguyanon 12 July 2013 02:49:23PM 0 points [-]

I like playing poker for fun with friends, but I decided I want to be good at it. I also like learning to code. So far I have completed the codecademy python track.

I am building, without a doubt, a crappy poker oracle (not a bot) in the hopes that it will help me learn poker and code at the same time. The plan is to have my poker oracle be a net winner with the current group I play with. I think I will divide up the program in to segments – preflop, flop, ect. My inputs would consider things like position, player ranges, and equity among other inputs.

Since starting this project I have become much more knowledgeable about poker theory that I now pretty much cringe at how bad I was playing. The coding however has a steeper learning curve but I think I can at least manage the fold/call/raise coding for the preflop segment of my oracle.