return to table of content

Othello Is Solved?

Tepix
60 replies

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

bediger4000
59 replies

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?

axlee
21 replies

Why would it render human games moot? Why would a software participate in a championship?

The draw percentage in checkers/draught and in chess are roughly similar, (anywhere between 50% and 60% at high-level play), despite checkers being solved and chess not.

kelsey9876543
7 replies

They are moot because the solution is known. When a human makes a mistake the intrigue is discovering the fix to become better. In solo copetition solved games are highly fascinating because the person is racing the TAS or the solved route. In human versus human games, we can simply look up what the human did wrong. There is no cognitive challenge in answer lookup. Its just oh, he sucks he missed the move. Since its two humans competing it becomes "who sucks less" but its two losers that both suck competing. Thats the problem with competitive play of solved games, it must be solo competition against the solution.

addaon
5 replies

> Since its two humans competing it becomes "who sucks less" but its two losers that both suck competing.

Yeah, this is my problem with bowling and golf. If you're a professional bowler, literally your only job is to knock down the pins. Why do anything else? If you miss one, you're bad at your job. Ditto with golf -- the hole is right there, just get the ball in it!

(Honestly not sure how sarcastic vs sincere I am in this comment.)

uxp8u61q
3 replies

Foot races are also solved - these losers should just get a car!

kelsey9876543
2 replies

Cars are not allowed in the rules of the game "foot race", therefore your solution is not valid and therefore your argument has no evidence to support your claim.

uxp8u61q
0 replies

...is this satire?

coldtea
0 replies

You used this word, evidence. I don't think it means what you think it means.

Parent made an argument by analogy, no evidence needs to enter the picture. At best you can say his analogy is flawed.

It's not even flawed, anyway. If cars not being allowed is supposed to refute the analogy, then an obvious answer would be that Othello playing programs could also banned in Othello competitions (given that the solution can't just be internalized by a human player).

kelsey9876543
0 replies

In bowling and golf the mistake is athletic. You moved your body wrong, also there are variables such as the wind and humidity of the air in golf, and a in bowling the ball and other micro variables effect play. It's possible to improve physical condition with training, but there is no "perfect". In a fully abstracted competitive game where all variables are eliminated except for mental choices, it becomes about memorization of the solutions if the game is solved.

coldtea
0 replies

>In human versus human games, we can simply look up what the human did wrong. There is no cognitive challenge in answer lookup. Its just oh, he sucks he missed the move. Since its two humans competing it becomes "who sucks less" but its two losers that both suck competing. Thats the problem with competitive play of solved games, it must be solo competition against the solution.

I don't think you understand the purpose of games.

This is like saying since we have cars, why do people still race?

Or "why even do shooting competitions, when a robot or a person with a laser scope can easily win them?"

Diggsey
7 replies

Now that Othello is solved, there exist a set of rules a player can follow to guarantee a win or draw every game. It's possible (if unlikely) that a computer could sufficiently compress those rules to be memorizable (and then applicable) by a human.

axlee
6 replies

Checkers have been solved 16 years ago and still see competition. A game being solved is not exactly the same as "apply this memorizable algorithm and you'll win", especially if the solution implies scanning 10^n positions for each move.

forty
3 replies

In case you wondering like me, checkers here means American checkers, played on a smaller 8x8 board. International checkers played on 10x10 board is a much bigger space to explore of course.

Detrytus
2 replies

Does the board size matter here? Wouldn't the strategy from 8x8 board somehow generalize to bigger boards? The one issue that I can possibly see is even vs odd board sizes, e.g. play on 9x9 board can be a bit different than 8x8 or 10x10.

forty
1 replies

Solve a 2x2 Rubik's cube and see if that helps solving a 4x4 ^^

From the computer point of view, it's more possible states to explore, so I think it makes things much harder

Detrytus
0 replies

I meant: after you've analyzed the whole solution space for a smaller board, can't you come up with some heuristics, which will be applicable regardless of the board size? Checkers is a very simple game, all pieces are identical, unlike chess.

jfengel
0 replies

I recall hearing that competition checkers has a randomization element at the start, to keep it more interesting. I believe checkers is strongly solved anyway, but it at least keeps people from memorizing all of the major lines.

RetroTechie
0 replies

That would be a fun way to define computer opponent: introduce an arbitrary amount of allowed compute power.

Say, allowing a purpose designed device, but limited to 1W of power consumption. Or some fixed energy budget (J) per move. Too strong? Take it down to 0.1W, 10mW or whatever.

That would degrade brute forcing as a viable approach, and bring it back to smart algorithms, clever ways to reduce the search space, etc.

mtlmtlmtlmtl
4 replies

And honestly I think the draw percentage in chess is influenced just as much by sociological processes as it is by game theoretic concerns. The very top chess players are extremely risk averse. Chess is way too complex for humans to ever be able to play perfectly in sufficiently complex positions, honestly. The top players today obsessively avoid positions like that unless they can find a forced drawing line as a backup.

In other words, not losing is heavily prioritised over winning in top chess, currently.

There are many possible ways to change this. My favourite is to make a win worth 3 points, and a draw 1 point. Both in tournament scoring and rating calculation.

I think this would incentivise more aggressive play, and disincentivise the constant slog of the same 15 top players playing mostly draws against eachother, and barely playing in more open tournaments with a bigger rating interval.

axlee
1 replies

> In other words, not losing is heavily prioritised over winning in top chess, currently.

It's more that once you are in a losing position, winning is extremely difficult, and a draw is often the best thing you can achieve.

From there on, the losing side cares about not losing (because winning is almost impossible), but the winning side stills tries to win. Great chess players are the ones who can turn a losing position into a draw, or prevent draws from a winning position.

mtlmtlmtlmtl
0 replies

Then why do we see superGMs constantly bail out for a draw when they're not losing, sometimes even in a better position? And consistently play quiet, safe openings, instead of sharper, if more dubious stuff. Sometimes the position is completely equal with plenty of play left and they instead manufacture a draw via repetition for no reason.

Yet occasionally we see players throw out unsound openings and they work out just fine because they're so complex and sharp they're hard to refute.

I understand how chess play works, being a tournament player myself. My point is not on the mechanics of chess, but the psychology of these players as a result of being brought up in a chess world where risk averse play is strongly awarded.

Ultimately, the core problem here is that these players choose to play in a way that leads to more draws, not that they're so unbelievably strong that it's almost impossible for them to beat eachother.

Just look at computer chess. They're way beyond human capability, and yet they still don't play perfectly. That should tell you how large the gulf is between current human play and perfect or even close to perfect play.

mkesper
0 replies

German soccer league followed the English and Italian league in 1994 with a three points rule. It seems to favor the better teams (with more expensive players) even more, stabilizing the championship. https://www.fiaa.at/theories/die-3-punkte-regel-und-ihre-pro...

bluGill
0 replies

Great chess players often pull out a draw from what looks like an obviously lost position. Mostly great players start playing for a win, but somewhere in the middle they realize winning is hopeless and switch to looking for a draw.

cvoss
19 replies

This paper "weakly solves" Othello. That means that we know for the initial board state both 1) the final win/lose/draw outcome (it's a draw), and 2) the sequence of moves that should be taken by perfect players to get there (Figure 1, right).

In particular, the paper does not "strongly solve" Othello. If you have an arbitrary board state, 1) and 2) are are not necessarily known for it. That means it's still possible to win a game by intentionally deviating from the perfect sequence and betting on the fact that your opponent doesn't know how to recover.

charcircuit
16 replies

>That means it's still possible to win a game by intentionally deviating from the perfect sequence

Someone with perfect strategy would have an answer for any deviation. Playing imperfectly would likely get you into a losing position. There is no way to go from a game being drawn if played perfectly to being winning if the then loser were to be using perfect strategy.

SonOfLilit
11 replies

No, the paper only "weakly solves", so it doesn't give a perfect strategy of the type you talk about.

Imagine finding a pamphlet written by God that contains a listing of a perfect game of chess. Armed with it, you will still lose easily to Magnus Carlsen. He will deviate fro| the sequence and you won't know the perfect responses to his moves.

leoff
4 replies

> Imagine finding a pamphlet written by God that contains a listing of a perfect game of chess

How would you go to prove that this is the perfect game of chess, if you didn't explore all of it's possible sequences? If they did solve the game, there's no way around knowing all possible outcomes - starting from a fixed given position.

bluGill
2 replies

You don't, you trust that God has proved.

kreetx
1 replies

I don't get then, how the paper "solves Othello": how does it determine the perfect game (why is it perfect)?

bluGill
0 replies

The claim (see other threads, it is not clear if the paper really shows this) is that you can follow their plan or any deviation from it known results. That is no matter what I play if you understand their paper you can ensure you don't lose. If I also know their paper I can force a draw, but I won't win.

Scarblac
0 replies

Not the perfect game, a perfect game. There will be a huge number of them, many of them very boring and unremarkable

charcircuit
2 replies

>He will deviate fro| the sequence and you won't know the perfect responses to his moves.

Even if you don't know the moves you will know that you are in a winning / drawn position. Magnus can not find a way to get to a winning position unless you make a mistake.

vasco
0 replies

> unless you make a mistake.

That's the easiest part.

Scarblac
0 replies

That'll be very little help if the perfect game you have starts with 1.e4, but Magnus plays 1.d4. Yes, you're not losing, congratulations. You're still on your own against Carlsen now.

Asraelite
2 replies

"Weakly solved" does actually imply that perfect strategy. I think you're referring to "ultra-weakly solved", which seems to be what the paper did.

cvoss
1 replies

A "weak solution" demonstrates perfect play from the initial state and merely implies the existence of a perfect strategy for the entire tree of game states, but, crucially, need not actually produce said strategy. Doing so would be a "strong solution."

An "ultra-weak solution" is even less. It gives the win/lose/draw outcome of the perfect strategy, without producing that strategy, nor even producing the game of perfect play from the initial state.

This is all covered in the second paragraph of the paper's introduction.

Asraelite
0 replies

So are the definitions in the Wikipedia article then wrong?

https://en.wikipedia.org/wiki/Solved_game

And if a strategy for perfect play only from the initial position is a strong solution, then what do you call the even more strongly solved case of a strategy for perfect play from any position?

The second paragraph of the paper isn't super specific about its definition for "weakly solved", but I read it as agreeing with my statement. It also calls checkers "weakly solved", a game for which a strategy to beat any possible move is known.

tromp
1 replies

> Someone with perfect strategy would have an answer for any deviation.

Someone verified there is a perfect strategy, using tons of computational resources and lots of time. The game tree they explored may have millions of billions of nodes, of which only the top layers could be saved.

To use a perfect strategy in an actual game, you need to have it stored in some format that allows near-real time lookups.

Such is the difference between weakly and strongly solving.

EDIT: Strongly solving goes beyond the latter, requiring real-time best play from arbitrary positions.

NooneAtAll3
0 replies

> Such is the difference between weakly and strongly solving.

no, you described difference between storing the result and not storing it

strongly solving means allowing arbitrary amount of mistakes from either player before giving to the solver

lcuff
0 replies

I agree. As a nuance, (and I'm not an Othello player, but a chess player) in many positions in chess, there are many moves that, while not the best, are just slightly worse. Finding the 'refutation' for a weaker move is the measure of the strength of a player, and playing a few slightly weaker moves in a row will almost certainly take even high level players out of 'book' (the memorized sequence of best moves). At that point, the strength of the players becomes important, as opposed to how much they have memorized. The strategy, then, is to have a _slightly_ worse position from which one can recover and go on to win. Obviously, if the opponent plays perfectly, it is either a win for him or a draw. Typically the 'slightly weaker' move still keeps the game a draw. The advantage is not a game-winning sized advantage. I wonder if in Othello there are positions where there are multiple possible moves which 'preserve' the draw.

foota
0 replies

The author isnt claiming it's possible to win against a perfect opponent, but rather, all perfect play scenarios end in a draw. If both players either can't play perfectly, or choose to play imperfectly, then it moves into unknown territory and either side can force a win.

This does have to be mutual though, if only one side plays imperfectly, then the other can always force at least a draw.

So if you know the other side is incapable of playing perfectly, it could be rational to deviate.

hgfghui7
0 replies

This is a misunderstanding. To give an example. A perfect 1.e4 player needs a response to every possible move including 1.. f6. But he doesn't need to know how to respond to 1. d4 d5 because he avoids ever ending up in that position.

akoboldfrying
0 replies

>That means it's still possible to win a game by intentionally deviating from the perfect sequence

This part is not correct. If the arbitrary board state you start from is reachable from the fixed opening state given that the other player plays perfectly, then weak-solvedness means the other player can force whatever (a draw, in this case). If not, then the question is open. I don't know Othello, but an example of a chess position that is not reachable from the standard opening position is one where White has 8 pawns (so none have been promoted) but two bishops on white squares -- such a position can never arise through a legal sequence of moves. If we pretend for a moment that chess has been weakly solved as a draw, another example would be a position where White has only its king left, while Black has two rooks -- in this situation, Black can force a win, which implies that this is not a position that could ever arise under perfect play from the standard opening position, since that has already been proven to always result in a draw.

I found it helpful to (re-)derive what "forcing a draw" actually means, maybe you will too: Player 1 can force a draw from board position B in k moves or less iff, on their turn, (1) it is already a draw or a win for them, or (2) k >= 1 and they can play a move that draws or wins immediately, or (3, the inductive case) k >= 2 and they can play a move such that, for every legal move that player 2 could then play, player 1 can force a draw or win from the resulting board position in k-2 moves or less.

bluecalm
7 replies

Chess is weakly solved for all practical purposes (it's not proven but no one is able to show a winning sequence for white even with weeks to prepare vs a top engine playing with something like 30 minutes per move) and it doesn't affect the competition at all. It's impossible to remember it all anyway.

Once/if chess is formally weakly solved it will change exactly nothing for human chess players. If your plan is to remember the solution you may just as well start learning top engine lines today.

coldtea
3 replies

"Solved" in TFA sense is about a class of proofs being discovered, not about merely digital chess software playing better (even if they win every game).

bluecalm
2 replies

Yeah but this is not very useful concept in practical play and that was the context of my comment. Chess is at different stage today than it was a few years ago. The difference is that no matter what resources and how much time your opponent have they will not beat you as long as you remember the line shown by your home PC.

I call it "weakly solved in practice" because it's exactly that: our (chess players) reality today is exactly the same as if chess was actually weakly solved.

coldtea
1 replies

>Yeah but this is not very useful concept in practical play and that was the context of my comment.

This depends on whether the solution can be "memorized" so to speak. For games where it can, it makes playing meaningless.

bluecalm
0 replies

Obviously. The point is that in interesting games (for example chess) the solution can't be memorized but parts of it can. The point is that in chess we have a solution as good as the mathematical one today (for all practical purposes). It's an interesting point because it matters for practical players - you're no longer afraid your opponent or their team can find "holes" (that is weak moves) in your preparation. You're now only afraid they will play moves you didn't expect.

SamBam
1 replies

Chess isn't remotely solved. AlphaZero trounced StockFish, playing moves that StockFish never thought possible. Meanwhile, some say that StockFish has since caught up. But regardless, if cheese engines keep getting better and bearing previous ones, then in no way can you say that any current engine has "solved" chess because a different version will beat it next year.

"Solved" doesn't mean "beats humans."

I see your point about what "solved" would mean for humans, though.

bluecalm
0 replies

I am sorry but this is completely wrong. It's true old Stockfish lost to Alpha Zero with specific rules, most notably no opening book which classical engines weren't supposed to be used at in competitive play (which is the reason SF doesn't ship with even a basic one - the user is supposed to use their own) and only one minute per move.

People were able to beat "Stockfish with one minute per move with no opening book" back then given enough time and strong hardware. It's no longer the case. Chess from starting position is completely dead in computer/centaur play/correspondence play. No one is able to win a single game vs an engine running on a home PC even if they can use arbitrary amount of computing power to help.

As to engines getting better: they don't get better anymore at playing chess from starting position. They get better at playing chess starting from set of unbalanced positions (chosen to be on the edge of winning/drawn) which would never occur from engine play from starting position.

My point wasn't about humans but about chess in fact being weakly solved. We just don't have a mathematical proof yet.

tromp
0 replies

Weakly solved is a computational notion that has nothing to do with how well humans and computers play. We are far from proving the game theoretic value of Chess. Even for proving that White has a draw; i.e. that White is not in zugzwang in the starting position. We may feel very strongly that the notion is absurd, but I doubt we'll see a proof in my lifetime.

AndrewKemendo
3 replies

Probably

See: Le Sedol [1] after AlphaGo:

"On 19 November 2019, Lee announced his retirement from professional play, stating that he could never be the top overall player of Go due to the increasing dominance of AI. Lee referred to them as being "an entity that cannot be defeated""

[1]https://en.wikipedia.org/wiki/Lee_Sedol

nimih
0 replies

Someone should probably let Shin Jinseo know that the Go world championships are now "moot", because he appears to still spend a lot of time training and practicing for them.

kadoban
0 replies

That is one player's choice, but not even close to a majority one.

Chess and Go and Checkers competitions have not disappeared after humans stopped being the best players of them.

JoeDaDude
0 replies

IN what could be interpreted as irony, Lee Seedol went on to invent more board games.

https://www.dicebreaker.com/series/wizstone/news/go-player-d...

rc_mob
1 replies

I don't understand this comment. Computers are not allowed to play in the championship.

bediger4000
0 replies

I confess to being dumb and not understanding it's a human championship. My bad!

waveBidder
0 replies

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

graphe
0 replies

Depends if you like 'solved' games. Are chess tournaments useless if computers are better? https://www.chess.com/forum/view/general/chess-will-never-be...

Someone
0 replies

> Is Othello like checkers, where there were mostly draws in high level games?

Othello tends to have huge score swings in the end game. I think it’s even hard to get a draw from a typical mid game position if both players were to aim for it.

This result may change that, of course.

mark_l_watson
58 replies

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 vs. an optometrist.

sonofhans
21 replies

That is super cool. I’ve played Mankala for years and would love to hear more.

It’s instructive to see old Africans playing Mankala. They play very fast. It can become more like poker, where deceit is a part of the game. If you spam down your stones fast enough sometimes you can skip a bowl, or drop an extra stone, in order to gain advantage.

I’m not facile enough to play this way, and I play with family and so don’t cheat. It’s a very different thing, though. Like the difference between British ladies playing slow Mahjong over tea, versus people playing for money in a gambling room in China.

jonahx
13 replies

> They play very fast. It can become more like poker, where deceit is a part of the game. If you spam down your stones fast enough sometimes you can skip a bowl, or drop an extra stone, in order to gain advantage.

What you describe is just a talent at cheating, and I assume against the rules of the game. In poker, bluffing is an explicit part of the game allowed by the rules. I wouldn't even call it "deceit" in that context. At the very least, these are highly distinct categories of deceit.

weatherlight
11 replies

Sometimes there's an implicit its only cheating if you get caught.

buzzy_hacker
7 replies

Yeah, in monopoly you don’t have to pay rent if the property owner doesn’t notice.

jhbadger
2 replies

And in Scrabble it's fine to use a nonsense word if nobody challenges it.

_justinfunk
1 replies

And in American Football it's fine to deflate the ball if no one measures it.

jhbadger
0 replies

Not the same. Because there is a penalty to challenging a word that turns out to be a real obscure word found in the dictionary (the official Scrabble dictionary if you playing seriously), it is a legitimate strategy (not cheating) to use obscure words early on, be proven correct when challenged, and then use fake words that opponents are wary of challenging.

earthboundkid
1 replies

In Bullshit, I always felt that if you could trick them into taking the hand or not noticing you added an extra card, it was all part of the game.

david422
0 replies

3 queens ... and slide a 4th card sideways underneath.

webkike
0 replies

IMO that's still not cheating

pests
0 replies

This is not implicit though.

The rules state that property owners can ask for the rent until the next player rolls the dice.

nemo44x
2 replies

If you’re not cheating you’re not trying.

transcriptase
0 replies

The stats from various anti-cheat companies like Vanguard, PunkBuster, and BattleEye demonstrate that some nationalities/cultures believe this more than others.

Even when you adjust for population and CD key pricing.

gmd63
0 replies

If you're cheating, you're trying to lose the bigger game.

klodolph
0 replies

Cheating is against the rules in mancala, but perhaps, part of the culture of the game. If you’re caught, you retract the move.

elwell
5 replies

> It can become more like poker, where deceit is a part of the game.

I wouldn't equate skipping a bowl with bluffing. Maybe, palming a chip as you put your bet in: which certainly isn't "part of the game".

furyofantares
4 replies

I also wouldn't equate it with bluffing at all, but from the description, maybe also not palming a chip. It's possible for something that's cheating among one group to be a part of the game among another.

Sports have a lot of things that are in some sense against the rules, but standard penalties are applied if caught, and it's just a part of the game, like fouling a player in basketball. Nobody considers it cheating, it's a part of the game because the penalty is standardized. Of course you still try not to get caught.

thret
1 replies

Fouling isn't cheating because it's accidental. If it were deliberate, it would be cheating.

PaulHoule
0 replies

It might be accidental and it might not.

couchand
1 replies

I'm not sure I agree with this take on basketball strategy. I'm no expert, but my understanding is that intentionally fouling in basketball is largely a time-management move? Like, you want to be "caught" because that's the whole point -- you aren't seeking an advantage in play that the penalty is meant to offset, you're seeking the penalty.

furyofantares
0 replies

Time management are an extreme scenario, NOT the main use of fouls.

Fouls are conserved and used throughout the game. They're usually somewhere between intentional and accidental - you'd rather get your hand on the ball and not foul if you can. But you'd often rather foul than they get the 2 points if those are your only options. And how many fouls you have left against their best shooters is a major consideration throughout the game.

There's an anecdote about some Kobe Bryant trash talk that I think demonstrates both that fouls are valued for stopping 2 points, but ALSO the per-player foul limit is an additional consideration and separate strategic consideration.

> So we were playing, and you know it was like a two-on-one break. And, Caron Butler fouls and stops the break. So everybody was like, "Good job! That stop stops two points."

> So, Kobe comes out... and we’re all like, "Good, Good. You saved two points."

> Kobe walks over to him and says, "Hey, who are you guarding?", and Butler responds, "You!", and he goes, "Huh... How many fouls you got?". And Caron says, "I got one!" and Kobe says, "So you only got five left? Well, you need all six fouls to guard me, and you just wasted one... on him! It’s a stupid... stupid play!"

> And you had to think about it like... "God, he’s right!"

EGreg
0 replies

When I was 14 and in my first year of college, the lady teaching my course in C gave me a project for an extra grade (because I had skipped a lot of classes, I think). Anyway, it was to program Mancala in C, which I did using Allegro Library I think at the time. Fun times!

CyberDildonics
8 replies

Mancala and connect four are classic examples of solved games.

computer scientist vs. an optometrist.

What does being an optometrist have to do with anything?

easton
2 replies

It’s a joke. As in “CS vs Optometry, who will win in the mancala battle of the century?!”

Keyframe
0 replies

Unless it turns out OP is an optometrist

CyberDildonics
0 replies

What exactly is the joke?

coffee_
1 replies

One solves problems and the other is a computer scientist.

rendall
0 replies

Well as a computer scientist and programmer, I for one laughed.

libraryatnight
0 replies

Wasted his time learning to help people see, now he can't even kick ass at Mancala! The rube!

hombre_fatal
0 replies

It’s a lowly profession for those less cunning, scarcely worthy of mention alongside the intellectual ballet that is the domain of software and computers.

elwell
0 replies

> This was a classic match up

"classic" here is tongue-in-cheek

bentcorner
7 replies

> an African game with about 10 pits on each side of the board that hold stones

https://en.wikipedia.org/wiki/Mancala if you want more info

kiviuq
3 replies

"The game was played by enslaved Africans to foster community and develop social skills."

..cringe...

bee_rider
2 replies

I don’t get it, what makes you want to cringe?

earthboundkid
0 replies

They’re humans and humans play games for fun.

SamBam
0 replies

"Bowling is a game played by American males to develop social skills."

Doesn't that sentence sound bizarre to you? Is that why people bowl? And isn't the implication that American males need help learning social skills?

They played the game for the same reasons that all humans have played games for millennia.

neontomo
1 replies

Also, another version I'm more familiar with from childhood is https://en.wikipedia.org/wiki/Kalah

Magi604
0 replies

Here is the game I played with my grandma when I was younger:

https://en.wikipedia.org/wiki/Southeast_Asian_mancala

sundarurfriend
0 replies

Reminded me of https://en.wikipedia.org/wiki/Pallanguzhi

And it is indeed mentioned under the Names and Variants section. Seems likely that there's a historical connection somewhere.

notfed
5 replies

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

roughly
4 replies

> computer scientist vs an optometrist

There’s a joke in here about perspective

rst4455
1 replies

I'll byte... C#?

ornornor
0 replies

Nice

gkuhl21
0 replies

The optometrist couldn't believe his eyes.

... I'll see myself out.

elromulous
0 replies

The brother lacked vision

grensley
4 replies

I can't remember the source for it (help me out if you know it), but people only like to play games when they're in the band of 30-70% winrate. Win too much or too little, and they'll stop enjoying playing the game.

sdwr
0 replies
rocqua
0 replies

Is it really symmetric?

I imagine generally the upper limit on always winning is higher. As in, usually the person consistently losing wants to stop playing before the player consistently winning.

passion__desire
0 replies

If your team always wins, there is no point in supporting it, no thrill. Everything in moderation, even winnings.

bmacho
0 replies

Also if you have time to play multiple rounds, then with a handicap you can set that you both have 50-50% chance to win, thus making the game really good, with adrenaline, the possibility to do your best for an extended period of time, and the reward for that.

qubex
3 replies

I did something similar for my (then) favourite game Pentago, with similar results: I drained all the fun from it.

marssaxman
0 replies

I carefully refrained from building an actual word-ladder solver, for that reason - instead I have a little dictionary-explorer script which will show me the next two layers of the tree, should I get stuck.

jmholla
0 replies

This is usually my approach when I'm playing too much of a game. I cracked my sudoku addiction by writing a solver. Got a lot less fun when I could tell my computer to solve it how I would solve it.

dbrueck
0 replies

Haha, I did this for Wordle - same result!

probablynish
0 replies

I played this game growing up (we called it Bao) - now I know what my next party trick is going to be

password4321
0 replies
jholloway7
0 replies

Now that you mention it, this might be why my family stopped playing Rack-O with me

djak250
0 replies

Sounds like he could "see" when he's been defeated.

uxp8u61q
30 replies

Correct title: an unknown author from an unknown startup claims in an arXiv preprint (listed somehow in the cs.AI archive) that Othello has been solved. The paper is 13 pages long.

I wish that the superconductor debacle (and many others) had taught people critical thinking and skepticism. And yet this is the #1 post on HN right now.

fbdab103
12 replies

Trust but verify. People were excited, but pretty much the first thing on everyone's mind was looking for replication.

In contrast, this is not spouting a revolution in physics, but a mathematical puzzle that is mostly trivia. I suspect that the best computer Othello algorithm can already trounce a human.

uxp8u61q
9 replies

> a mathematical puzzle that is mostly trivia

"Solving" a game is not "trivia" or a "puzzle". It's an actual mathematical problem that requires nontrivial proofs for nontrivial games. Think about it: a game as "simple" as checkers was only solved in 2007.

> I suspect that the best computer Othello algorithm can already trounce a human.

That's a completely different problem. Chess computers are much, much better than humans, but chess is far from being solved.

sebzim4500
8 replies

It's not obvious to me that othello is much more complicated than checkers. Admittedly, I haven't played since I was a kid and I don't completely remember what the rules are.

WoodenChair
7 replies

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 some estimates. Checkers has a tractable, for modern supercomputers, 500 billion possible positions with about a ~6 branching factor over an average of ~50 ply games.

Othello is several orders of magnitude more complex than checkers but not quite at the level of chess. So, this is a big claim. It's by no means trivial.

kbenson
4 replies

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.

WoodenChair
3 replies

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.

kbenson
2 replies

In the past, "solving" games has often been done through novel changes in hardware and/or approaches and algorithms as I understand it. The person you replied to stated that they didn't know why Othello was an achievement beyond checkers. That doesn't mean it's trivial, but it also doesn't mean it required any additional insight or advances to do so if it's not specifically more complicated than checkers.

They then went on to qualify their statement with the information that they don't specifically remember the rules of Othello. In a discussion held in good faith, this should be assumed to be an invitation to add additional insight as to why Othello might be more complicated.

You either know the reason why and didn't state it, or believe it's more complicated based on authorities you trust and didn't relate that and instead stated it authoritatively, or don't know it at all and misrepresented it. None of those are very useful for discussion. The former two are easy to rectify by explaining, qualifying, or referring someone to additional info though, and would have been a more useful way to respond.

Ultimately though, it sort of feels like you're reaching for an additional interpretation that makes an earlier misinterpretation still valid, when you could just say "oops. Most of my comment still stands as accurate, but I guess I misinterpreted your point."

Edit: from looking at you profile, it appears you are a CS professor. Perhaps part of the issue is context. This is a public forum, not a classroom, and while in a classroom your statements can be taken with an assumed authority, nobody necessarily knows that about you here when you post, so some additional qualification of your statements or background may be warranted.

WoodenChair
1 replies

Reread my comments in "good faith" as you say and you won't need to write four paragraphs critiquing my one paragraph comment.

kbenson
0 replies

I'm not sure if it's a matter of good faith or not to see that you were responding to statements that not only the person you're responding to didn't say, but weren't actually said by the original person (trivia != trivial). That said, I assumed you actually care about what you are communicating, so provided what I thought was constructive criticism.

I guess you're either in a frame of mind you can accept it as it was meant or you aren't.

sebzim4500
1 replies

I don't think either Othello or Checkers are trivial to solve. Checkers was solved over 18 years.

WoodenChair
0 replies

I didn't say Checkers was trivial to solve. I said Othello is much harder to solve than Checkers and therefore not trivial to solve as OP implied.

I think the OP was saying that since Checkers is solved and they "think" Othello is similar it would be easy to solve, implying that since we can do one we can do the other. I was disputing that notion.

notfed
0 replies

> Trust but verify.

Ok, so, do you trust everything posted on the Internet until you verify it?

I really think "distrust but verify" is a heck of a better rule, unless your source has a really solid track record.

coldtea
0 replies

>Trust but verify

Given that most papers don't replicate, and most hype ends up BS, "don't trust until it's verified" is a much better rule.

klyrs
4 replies

I was watching every development of that superconductivity claim. I was quite enthused! But never once did I move beyond "groundbreaking if true." This doesn't even have the potential to be groundbreaking. Get over yourself, let people get excited about little stuff.

notfed
2 replies

> Get over yourself, let people get excited about little stuff.

Some people are looking for facts and science, and some are looking for enthusiasm and excitement. Can't discount either one, I suppose.

klyrs
0 replies

You can be enthusiastic and excited while looking for facts and science. In fact, my interest in rooting out truths tends to go hand in hand with my passion for the topic. Negative results are important for scientific advancement, and I was just as excited to see LK99 fully analyzed, despite it not turning out to be the holy grail. We always knew that was a longshot; I enjoyed the journey regardless of the destination.

My admonition "get over yourself" is a response to this ridiculous idea that science should be a joyless affair. It isn't, and must not be. Historically, fuddy-duddy downers don't make the big discovaries.

CyberDildonics
0 replies

Can't discount either one, I suppose.

People getting each other excited by pretending fiction is reality is called religion. That's fine if people are honest about it.

jmye
0 replies

> Get over yourself, let people get excited about little stuff.

No one has said you’re not allowed to be excited if you want. Just like GP is allowed to be a wet blanket if they want.

Speaking of “get over yourself.” I’m so tired of this “if you don’t completely validate and elevate my feelings then you’re bad/mean and preventing me from feeling what I want” crap. God forbid anyone ever disagree with you.

anigbrowl
3 replies

Boo. The paper is cautiously written, addresses a very tractable and well-defined problem, confirms what experts expected, and is straightforward to implement (the source code is on Github). And yet this posturing is the #1 comment on this thread right now.

notfed
2 replies

Great, then let's name it "Othello claimed to be solved", then pound it with peer reviews and reproductions for a bit, then we can phrase it as "Othello is solved".

SomaticPirate
1 replies

The source code is on Github? Why not run it yourself and perform the peer review? The implementation is quite straightforward

uxp8u61q
0 replies

You need to prove that the code is correct, that's the tricky part. Otherwise I could just write `return true;` as the whole code and tell people to run it, it's easy, just do the peer review yourself.

scythe
1 replies

You really wouldn't want to have a post sit on top of Hacker News for an hour and nothing comes of it. Think of how much we could have gotten done on this messageboard otherwise!

mcphage
0 replies

Boy are you gonna feel foolish when the #2 post on HN is “Cancer almost cured”, and you realize how dangerous a diversion this was…

cwillu
1 replies

There was absolutely nothing wrong with the superconductor “debacle”. What you're preaching is not skepticism, but cynicism.

coldtea
0 replies

Given the myriad posts and articles about "huge breakthrough", "industry changing" and so on, scepticism in that case would translate to way more cynicism.

throw101010
0 replies

> And yet this is the #1 post on HN right now.

Doesn't it make sense to give some visibility to such claims so they can be verified? I would think a lot of people on HN are equipped to take part in this informally.

But I agree with you that the title is too categorical and should be updated.

satoqz
0 replies

I would not call Preferred Networks an "unknown startup" - They've been prominent within the AI research community for quite some time and have contributed important projects such as CuPy and Chainer, the latter introducing the "define-by-run" concept which was later implemented in frameworks such as PyTorch and Tensorflow.

gfodor
0 replies

Calling it a debacle is an admission you yourself could benefit from your own advice.

g9yuayon
0 replies

I thought the post is #1 on HN because people here are genuinely interested in the topic and would like to at least examine the paper and discuss the merits of it.

sdwr
19 replies

> Next, we selected 2,587 positions out of the aforementioned 2,958,551 positions and formulated hypotheses regarding their outcomes. We chose them such that if all these hypotheses were proven correct, it would prove that the initial position results in a draw.

But no elaboration? Sounds to me like the game is not solved, instead the author looked pretty hard for a winning line, and didn't find one.

dist-epoch
11 replies

More likely, those 2587 positions cover all possibilities.

There are other proofs like this - the 4 color theorem one, which was also reduced to a finite number of configurations which were manually colored.

BlackFingolfin
10 replies

But none of this explicit. This is at best an announcement of a potential proof. But it isn't a proof yet.

Also curious: in the end of the paper they talk about having "weakly solve" Othello... the paper overall reads really strangely.

dfan
4 replies

"Weakly solving" a game is a technical term. If you have weakly solved a game, you can play perfectly (achieve the optimal result) when the game starts from its initial position. If you have strongly solved it, you can play perfectly starting from any position.

BlackFingolfin
3 replies

Sorry, I was unclear: I know what weakly solved means. What I find curious is that the title and abstract refer to "solved", and don't mention what they actually mean. To me "solved" would suggest "strongly solved". But perhaps equating "solved" with "weakly solved" is default in this area? Still, I would like expect an abstract to say something like that explicitly.

But given the overall state of that paper I think this is a side concern at best anyway.

light_hue_1
0 replies

> But perhaps equating "solved" with "weakly solved" is default in this area?

It is the default and all that matters.

This is one of the dangers of reading papers as a non-expert. You can dismiss or be wowed by something that is totally irrelevant.

They wrote the paper very much like the Checkers paper from Science 2007.

anigbrowl
0 replies

They wrote about this in the introduction and in the context of algorithm 2.

NooneAtAll3
0 replies

> To me "solved" would suggest "strongly solved". But perhaps equating "solved" with "weakly solved" is default in this area?

It's the default for all reasonable games - statespace is huge (i.e. tic-tac-toe is childsplay) and simple strategies don't exist (that'd make bad human game). You can't even iterate all positions - even less prove them all for one outcome.

sdwr
3 replies

This looks like a George W "Mission Accomplished" moment.

- the game is obviously known to be a draw

- but we don't have computational power to enumerate that

- so test a bunch of game states

- and confirm that none of them are wins

- ???

- it's solved! Trust me!

sebzim4500
2 replies

The concept of "weakly solved" is not original to this effort. IIRC checkers was weakly solved for years but is now strongly solved.

tialaramex
1 replies

And you can go further Heads Up (ie two player) Limit (ie you decide to raise or not, the size of the raise is fixed) Texas Hold 'Em (the style of Poker most played today) is essentially weakly solved.

The process used generates a statistical approximation and tells you how close it is to correct, in theory a perfect solution would beat this by that amount, in practice of course Poker is a game of chance, and so over any realistic game it wouldn't matter because the deviation from correctness they've computed is tiny. Could they make an even smaller deviation with more compute used? Sure, but why bother.

https://en.wikipedia.org/wiki/Cepheus_(poker_bot)

Cepheus is instructive also because some humans have played against this and believed they were outplaying it, which indicates there are real human poker players who misunderstand their own variance so much (and/or discount real variance from others so much) that they're completely unable to successfully rate their abilities.

If you lose 12Bb over 100 hands you are not, in fact, "winning except that it sometimes gets lucky". You're just losing, of course it sometimes gets lucky, that's how luck works, it's a game of chance.

Raidion
0 replies

Poker being one of my favorite hobbies (probably 300k hands played lifetime), it's wild how much variance matters. Like a 4BB/100 winrate (aka you win 4 big blinds every 100 hands) is very much an "I can be a professional" winrate.

You have a ~10% chance over 100k hands to be <0 dollars earned. Likewise, 10% of time time you'll make twice that. Poker is fascinating in that there are a ton of people who never actually hit the true law of big numbers hands and walk around thinking "I'll never be good enough to play at X level" or "I'm a poker god with big winnings" not knowing how good they really are.

Professional players do actually get in statistically significant sample sizes, but for amateur players, most don't get enough hands to really understand their skill level.

jmmcd
0 replies

"weakly solve" is not curious. Read from the start, they define this.

missblit
3 replies

I only skimmed it, but it looks like they described this to me.

The next sentence:

> Although there are numerous ways to select subsets that would prove the initial position results in a draw, we used algorithm 1 to obtain a small subset.

Algorithm 1:

> We developed an algorithm that requires predictive scores for all positions with 50 empty squares and returns a subset such that if the all positions belonging to that subset are solved, and the all solutions match the predictions, the initial position is consequently solved. It was described as Algorithm 1.

(The algorithm is also printed out)

sdwr
2 replies

Algorithm 1 doesn't say shit! It says "pick the best move", or "pick all the moves".

From start of game to 50 squares left is enumerable.

From 36 moves left to end-of-game is apparently solvable.

The middle is the combinatorial explosion, and he avoids explaining how he navigates it.

notdonspaulding
1 replies

> From start of game to 50 squares left is enumerable.

A nitpick, but I don't think you meant to say "enumerable" here

"enumerable" means "able to be enumerated, or counted"

https://webstersdictionary1828.com/Dictionary/Enumerate

"innumerable" means "unable to be numbered, or counted"

https://webstersdictionary1828.com/Dictionary/innumerable

sdwr
0 replies

Enumerable as in "computationally enumerable", or "able to be enumerated in a reasonable amount of time x cpu x memory"

The beginning and end of the game have less possibilities to consider. The midgame has the most possible moves = hardest to calculate.

If you read carefully, the midgame is the bit the author avoids explaining how to solve ;)

devit
1 replies

They computed results for a bunch of 36-empty-squares positions on their clusters and uploaded them to https://figshare.com/articles/dataset/Analyses_of_the_Game_o...

The script at https://github.com/eukaryo/reversi-scripts/blob/main/reversi... plays perfectly (assuming the whole thing is correct) a bunch of data computed by other scripts in the repository using the 36-empty-squares solutions, for which a regular machine is presumably suitable.

It seems that what it does is essentially look up a <=300GB table with all positions with 37-64 empty squares reachable from the weak solution, and runs edax with "-solve" for positions with <=36 empty squares.

b33j0r
0 replies

I’m not taking a stance on “Othello is solved”, but offer a digression about a lookup table being a valid solution to a tractable problem, or its subproblem.

I don’t see a lot of people saying this (not parent either), but I know that many hope for closed-form solutions to things, even secretly.

It just dang doesn’t look that way anymore. Weird when a finite set is sufficient to prove subproblems that cover a perplexingly different or larger domain.

Whether a proof is accepted or not, we’ll still kinda wonder on the structure of special cases in computational complexity. They seem to work unreasonably well, and we rarely find them by hand/brainmeat.

CSMastermind
0 replies

I also got confused at this part. I've now read the paper twice and I'm not sure I understand their method. Overall the way the paper is written is not straightforward.

It's possible the author is correct, I'd need to really sit down and try to work out their reasoning but at first pass I'm skeptical.

iamflimflam1
12 replies

Othello is a great game to demonstrate how powerful some basic heuristics can be.

There are certain squares that you should avoid placing pebble on as the game develops - equally there are squares that you should definitely try and place a pebble on if you can.

Implementing these rules can give you a fairly decent opponent and it's interesting to see how quickly people will ascribe "intelligence" to something that is very simple.

CyberDildonics
7 replies

Implementing these rules can give you a fairly decent opponent and it's interesting to see how quickly people will ascribe "intelligence" to something that is very simple.

Who is actually "ascribing intelligence" to this? Othello has been on $10 LCD games that take double AA batteries.

iamflimflam1
3 replies

People see something behaving based on some very simple rules and assume that it is “thinking”.

CyberDildonics
1 replies

This is just repeating what you said before, but who are these 'people' that you're talking about?

otteromkram
0 replies

Me. I am one of the people mentioned.

I haphazardly ascribe intelligence to too many things.

moffkalast
0 replies

Well it's distilled thinking, isn't it?

Someone had to come up with the heuristics and then baked it into rigid rules. For the outside observer it's impossible to tell if it's baked or if it's being intelligently decided on the fly.

Tao3300
1 replies

> Double AA

So you mean AAAA?

CyberDildonics
0 replies

I actually remember those things taking two AA batteries, so I may have flubbed my way into something that is still technically true.

JohnFen
0 replies

Back in the day, when normal people hadn't been exposed to these things (let alone understand them), there was a strong tendency for people to ascribe intelligence to them. Making that sort of mistake really is a strong human tendency that has to be guarded against.

keitmo
2 replies

I read an article many years ago on programing Othello. I think it was BYTE Magazine, circa early 1980s. It mentioned pitting an app using a simple heuristic technique similar to the one you describe against an app using an equally simple (but devastatingly horrible) "flip the most squares" approach.

The heuristic algorithm won by a landslide -- 60 to 4 or worse (I don't remember exactly).

lanstin
0 replies

I read that same byte article, wrote a basic version that played the heuristic way, and was unable to beat it. Good times.

kjellsbells
0 replies

Not the article you mention but there is a fun article in this BYTE from 1981 on a computer Othello tournament that really illustrates how far we've come. This edition of tha mag is also notable for its point in time history, as it has an editorial about the coming IBM PC and quanit ads from Apple and Microsoft that give no clue as to the revolution coming.

https://vintageapple.org/byte/pdf/198107_Byte_Magazine_Vol_0...

EVa5I7bHFq9mnYK
0 replies

Yeah, I remember my ~200 lines Pascal program running on PDP-11 beat everyone in the lab, that was quite astonishing. It completely solved the rest of the game when 19 free spaces remained.

munificent
5 replies

> The Othello result is a monumental achievement for humanity

Imagine having the hubris to describe your own paper like this.

ksd482
1 replies

Perhaps its humor?

whirlwin
0 replies

Maybe Schrödinger's satire. Either it's satire or not based on the reaction of the reader

prof-dr-ir
0 replies

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.

lagt_t
0 replies

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

NotYourLawyer
0 replies

Look upon my works, ye mighty, and despair.

gtbcb
5 replies

I would love a Wikipedia list article of games that have been solved computationally and but also games where humans can still beat computers / AI, discussing the challenges and context behinds wins / losses.

Y_Y
3 replies

Are there any board games left where humans beat the best computers?

On a related note, are there any Wikipedia list articles which are empty lists?

occamrazor
0 replies

AFAIK there are no good bridge computer programs. A crucial difficulty is making sense of the bidding phase, and of signals during the card playing phase.

kibwen
0 replies

> Are there any board games left where humans beat the best computers?

Rest assured that no computer will ever dominate a human opponent at Candyland.

Marazan
0 replies

I couldn't imagine any computer beating a human at any Collectable Card Game in the near term. Likewise I'd imagine that computers would be at a insurmountable disadvantage at Deck Builders like Dominion in the general case (in that I could easily imagine a Computer being trained to play perfectly on a specific Kingdom but no where close to a top human on a randomly selected Kingdom).

Someone
0 replies

> I would love a Wikipedia list article of games that have been solved computationally

https://en.wikipedia.org/wiki/Solved_game#Solved_games

Not being on that list doesn’t necessarily make a game harder; it may just be less popular with computer scientists.

gmac
4 replies

If anyone fancies playing the game, I made this for/with my kids: https://jawj.github.io/fliptiles

(The ‘AI’ player is very weak)

mumintrollet
1 replies

Impressive! I used to play this all the time as a kid but I kinda forgot it existed for a while, so this was fun :) I scored 31 against the computer's 33 :/

gmac
0 replies

Likewise! My daughter played it at a friend’s house and enjoyed it, which is what reminded me and prompted me to make this.

simondebbarma
0 replies

Not sure how impressive a draw is, but I did a 32-32 for my first play through. Thanks for teaching me a new game!

hermitcrab
0 replies

I was even weaker. ;0)

(Nice job BTW)

Avlin67
4 replies

no, Othello is not complex, I do not remember exactly how but i did play a lot when i was you and did find a way to win consistently...

jmmcd
1 replies

And if you played against yourself, did you still win?

sebastiennight
0 replies

Plot twist: GP is the author of the paper, and your question is how they demonstrated that "both players playing perfectly leads to a draw".

toyg
0 replies

A small amount of basic theory (which areas to target and which to avoid, how to keep your numbers low in the early game, etc) is enough to look like a master among casual players; but the advanced game can be fiendishly hard.

laurentlb
0 replies

> did find a way to win consistently...

Against who? You were playing against beginners?

makach
3 replies

Does that mean there are no disadvantages going second?

toyg
0 replies

If you consider that in the early game you want to keep low your number of pieces (because it keeps the number of possible moves high), it becomes somewhat obvious that going second is not a disadvantage at all.

foompy_katt
0 replies

There is no disadvantage to going second... in fact, in tournament games, the player to go second (white) wins about 2% more often than black does. All of black's first moves actually transpose, so white has the first real choice in the game, and also usually has the last move in the game, which can be an advantage.

chaboud
0 replies

Having not read the paper, it sounds like the author is asserting that the game is solved under perfect play as a draw.

https://en.m.wikipedia.org/wiki/Solved_game

That would point to there being no advantage in perfect play. However, in imperfect play, the first or second player could still have a measured advantage.

gus_massa
3 replies

I'm very surprised it's a draw. It's not like chess where it's "easy" to exchange a piece for an equal one until the board is "empty" and it's a draw. (Yes, it's more complicated. I played a lot of chess until secondary school, and it's more complicated. But trading equal pieces is a good strategy to get a draw.)

In Othello the number of pieces go up and down in weird patters, so a draw is very surprising for me.

Has anyone checked the proof?

Edit: Is Othello solved for smaller boards? Can this proof be aplied to smaller boards?

Tepix
1 replies

The most promising lines have long (decades) been known to result in a draw. There wasn't enough CPU power to brute force the entire search space.

gus_massa
0 replies

Which is the bigest board that has been bruteforced?

jchook
0 replies

Starting with a 1x1, 2x2, 3x3, etc board size seems like a reasonable strategy for developing an intuition of the solution.

dzolob
3 replies

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

NooneAtAll3
2 replies

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

zamadatix
0 replies

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.

archon810
0 replies

Reversi is what I grew up playing back in Ukraine. I was pleasantly surprised to find out that it's popular (well, relatively) in the US as well under the Othello name and have taught both of my kids to play it too. They love it, and I love playing it with them.

bradwood
3 replies

How about the ancient Chinese game of "go", next? Not convinced that can easily be solved at all.

tromp
1 replies

Go is considered close to being solved on a 7x7 board [1]. The grand challenge would be solving 9x9 Go, the standard beginner board size.

Note that professional players are far from mastering 9x9, and regularly play 9x9 tournaments.

Solving the full 19x19 game is utterly out of the question.

[1] https://forums.online-go.com/t/katago-attempts-to-solve-7x7/...

mafuy
0 replies

There was a recent push for 9x9. It's not solved but it is believed to be near perfect play.

https://katagobooks.org/9x9highlights.html

mikpanko
0 replies

Among popular board games, Go is more computationally complex than chess, so the latter would probably be solved first.

Waterluvian
3 replies

Othello is one of those games that works really well for playing with young kids. The rules are simple. There’s patterning to learn. It’s fun to cause massive flips. And best of all, it’s just as fun for the adult as it is the kid.

I’ve found that I can really enjoy myself without crushing my 6yo or it feeling like it’s just a luck-based game.

captn3m0
1 replies

I also like Blokus for similar reasons.

ramses0
0 replies

Blokus Duo is king!

hermitcrab
0 replies

Suggest also having a look at Hus (one of the family of African stone games): https://mancala.fandom.com/wiki/Hus

In theory there is no luck. But in practice you can't calculate that far ahead, due to the chain reactions.

You can easily make your own board.

sciolist
2 replies

Is this legit? It seems weird to me that this paper has one author, from a deep-learning startup which I've never heard of before.

thenoblesunfish
0 replies

The fact that they describe their own result as monumental raised my eyebrows. Presumably this is being peer reviewed?

dist-epoch
0 replies

It wouldn't be the first time an unknown solves a major problem. And Othello is not exactly the Riemann hypotheses - meaning it wasn't as studied and there could be a low-hanging fruit.

omoikane
2 replies

Related, here is one that plays 6x6 perfectly:

https://mame.github.io/6x6-reversi-oracle/

via: https://twitter.com/mametter/status/1476379841004183556

I didn't know 8x8 was unsolved until now.

namtab00
1 replies

I can't get one single black... it's this what perfectly means?

Tepix
0 replies

It will manage a draw even when the opponent plays perfectly, too. And it will get the optimum number of pieces.

blindriver
2 replies

It sounds like they "solved" this using 2 AI players playing "perfect" Othello?

But what if someone plays imperfect Othello? I heard Magnus Carlson will start his games with completely unorthodox opening moves to throw his opponents off kilter because they're always used to playing well-known moves. Will this AI work against that tactic as well?

doikor
1 replies

The AI can always continue with the perfect play from that imperfect state. That is what happens in chess as you can’t fool a good chess AI by making intentionally imperfect moves (chess is not solved so we don’t know if a move is perfect or not but you get the idea)

Basically in games with no hidden information (chess, go, othello, etc) how you got into a game state does not matter. If your AI can play perfectly then it can make the perfect move from any state.

542458
0 replies

> you can’t fool a good chess AI by making intentionally imperfect moves

You actually used to be able to. That’s part of how Kasparov beat Deep Blue in ‘96 IIRC - by forcing the game into unusual situations where the computer would have fewer prior games to pattern match off. But by the rematch heuristics for “off book” situations had improved, and the same strategies failed (or even backfired).

amelius
2 replies

Ok, so we just have to keep adding rows and columns to the game in order to keep the game from being "solved"?

dzolob
1 replies

Someday there might be a theorem. Something on the line of “for all nxn boards, a perfect game ends in a tie”.

amelius
0 replies

Next challenge: (n+1)xn boards

entelechy0
1 replies

Because Othello is in PSPACE, and NP is in PSPACE, does this mean that P=NP?

gus_massa
0 replies

The preprint claims to have solved the standard 8x8 board. The result probably applied to smaller boards and perhaps wit some tweaks to slighty bigger boards (10x10???).

To conclude something about P ?= NP, they would have to have solved the NxN board for all N.

at_a_remove
1 replies

I had this for the Apple ][e and would play it, obsessively. At one point I had gotten good enough against the computer that the average game took ninety seconds, with the computer taking about as much time as I did. I eventually learned how to completely beat the computer such that it had no cells of its color. I took photos of a couple of instances just as proof.

After a while, that got dull so I wrote a little program that would randomly POKE into the game's memory space. The usual result was a crash, or a program that didn't know how to play, or would only put pieces on the lines instead of the empty cells, that kind of thing. Every so often, though ... it would just play a little differently against me. No crashes, no weirdness. I always wondered what exactly had gone on with my random mutation there: was there some table of position evaluations whose weightings I had tweaked? A rule jumped over in the code?

pvg
0 replies

That's more or less coming up with one of the ideas of Core War due to Othello Implementation Boredom.

KingOfCoders
1 replies

One of the first games I've coded as a kid was Othello.

"Othello is now solved, computationally proved that perfect play by both players lead to a draw."

I could never win against my creation :-)

antivirus0101
0 replies

If your creation plays perfectly ;)

uncletaco
0 replies

Good ol’ Othello. I got an A in AI because I beat everyone else’s Othello player. You will always be the final boss of grad school.

thomastjeffery
0 replies

weakly solved

snitty
0 replies

Until someone gives me a convincing reason why Iago did it, Othello is NOT solved.

phkahler
0 replies

>> Othello is now solved, computationally proved that perfect play by both players lead to a draw.

Did not see that coming. That just makes the game more interesting I think.

orzig
0 replies

"Minutes to learn ... A lifetime to master" Not anymore!

musicale
0 replies

Given that 6x6 Othello/Reversi was solved 30+ years ago, I'm a bit surprised it took this long for 8x8.

lukasb
0 replies

So the perfect game is played to a draw - does this mean that competitive play is over? Or is it impractical for human players to memorize the moves required to punish deviation from the perfect game?

fidotron
0 replies

There is a lot of good background on Othello like: https://en.wikipedia.org/wiki/Computer_Othello

And especially: https://archive.org/details/byte-magazine-1980-07/page/n57/m...

That Byte article is about implementing practical heuristics to create a human like player as opposed to completely exhaustive play which was most definitely impossible on early 80s machines.

I happened to implement a version myself at https://luduxia.com/reversi/

einpoklum
0 replies

Oh, it's Reversi!

https://en.wikipedia.org/wiki/Reversi

By the way - in the general case (NxN board, arbitrary position) - determining whether there's a winning strategy is a PSPACE-complete problem.

dzolob
0 replies

The thing I love about Othello is the contradiction between action and territory. While the game develops, playing your turn is in some sense against you, yet you must. Hence, you need to remain compact and inner while you occupy, until space becomes too small and its time to reclaim definite influence.

codr7
0 replies

Dang, brings back memories from AI class at university.

We had an expert Othello player in our class who helped with fleshing out strategies for scoring the boards, in the end it was pretty difficult to beat.

Used alpha-beta if memory serves.

avipars
0 replies
CodeCompost
0 replies

Used to play an Othello game on my phone many moons ago. I always won by always going inside-out.