Live data from Hacker News

Othello Is Solved?

arxiv.org

151–160 of 285 posts

Re: Othello Is Solved?

#151
post #93

This is cool. I solved a simpler game about 15 years ago that my brother and I used to play: an African game with about 10 pits on each side of the board that hold stones. I coded up an alpha-beta engine for it, and discovered crazy always win strategies to match how my brother and I played. Suddenly I would win all the games, and then he never wanted to play again. This was a classic match up of a computer scientist…

Classic "Why nerds don't get invited to parties"!

> computer scientist vs an optometrist

There’s a joke in here about perspective

Re: Othello Is Solved?

#152

This is cool. I solved a simpler game about 15 years ago that my brother and I used to play: an African game with about 10 pits on each side of the board that hold stones. I coded up an alpha-beta engine for it, and discovered crazy always win strategies to match how my brother and I played. Suddenly I would win all the games, and then he never wanted to play again. This was a classic match up of a computer scientist…

[flagged]

Re: Othello Is Solved?

#153
post #2

For those interested in the game (it's popular among computer science and AI scholars), the Othello world championship is currently underway in Rome, Italy with games live streamed on liveothello.com and Youtube @WorldOthello

Does this paper render the championship moot? Is any software based on the paper entered? Is Othello like checkers, where there were mostly draws in high level games?

chess engines are good enough to be effectively solved compared to human play, so not really more than chess tournaments.

Re: Othello Is Solved?

#155
post #82

For those of you who think Othello is trivial, try Zebra. Original author’s website: http://radagast.se/othello/ A github source: https://github.com/hoshir/zebra

for those not getting what is "Othello" - it is also called Reversi

If you've played only Reversi the Othello variant may have some differences. Mainly, the starting board already has some pieces on it. The general gameplay and goal is maintained though.

Re: Othello Is Solved?

#157

> The Othello result is a monumental achievement for humanity Imagine having the hubris to describe your own paper like this.

A before and after in the history of mankind. A milestone carved in the memory of all mankind through time and space.

Re: Othello Is Solved?

#158

Earlier quoted context omitted.

So you don't really know much about the computational complexity of the game and you're saying it's trivial. How hard a game is to "solve" at least using traditional algorithmic techniques is related to its search space. That is a combination of the length of the game and the number of possible moves in each position (ply and branching factor). Chess has more possible positions than exist atoms in the universe by som…

The person you're responding to wasn't the one that said it was "trivia" (much less trivial). I don't think anyone was saying it's easy, just that they didn't think it was very useful to know.

The post I'm replying to said:

> It's not obvious to me that othello is much more complicated than checkers.

How is that not saying it's trivial when the context is a thread mentioning that Checkers has already been solved.

Re: Othello Is Solved?

#160

> The Othello result is a monumental achievement for humanity Imagine having the hubris to describe your own paper like this.

The sentence certainly sounds arrogant, but I have seen such phrasing used also by novice authors who were simply trying to sell a result that they were enthusiastic about. Like the present article's author, these were always non-native speakers.
Post reply on HN