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.

Nornagest 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. Show more comments above.

Comment author: Nornagest 03 July 2013 01:13:03AM *  5 points [-]

It's been a while since I looked into this, but when I did, the big problem was behavioral modeling.

All the math in poker is local -- the state of the game in one hand influences the state of the game in the next only insofar as it affects the amount of chips players have on hand. That makes it easy to build a poker AI that'll wipe the floor with innumerate players. But in also narrows the scope enough that it's possible for more sophisticated human players to mentally solve for their probability of winning a given hand, or at least approximate it pretty well, and many do. An AI can't do much better than that with pure statistics, the only way to squeeze more comparative advantage out is for it to become better at gauging playstyle and hiding information about its own patterns of play than human players are. And that's a much harder problem than building a tree of possible moves in chess.