Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
abecedarius
on Aug 17, 2015
|
parent
|
context
|
favorite
| on:
Tic Tac Toe: Understanding The Minimax Algorithm (...
Another way to make play more 'realistic': break ties in the evaluation function according to the expected value for random players:
https://github.com/darius/sturm/blob/master/tictactoe.py#L12...
(spock_play is what the OP called fatalistic, max_play is more like a human.)
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
(spock_play is what the OP called fatalistic, max_play is more like a human.)