17

Studying for my AI exam when I walk past this sign.

Comments
  • 1
    *tries not think pervy*
  • 0
    This is great. :D
  • 2
    @busuu MiniMax is an algorithm used for two player games in a tree form. Max always tries to maximize its score while Mon tries to minimize it. That can be adapted to the expectimax which tries to maximize the score at every leaf, usually with chance nodes in-between. There's an interesting stack overflow post on it with regards to the game 2048. I spent waaaaay too much time on it for the homework ^^
Add Comment