Earlier quoted context omitted.
The only winning move is not to play.
How about a nice trip on a train?
The chess bot on Delta Air Lines will destroy you (2024) [video]
31–40 of 352 posts
Re: The chess bot on Delta Air Lines will destroy you (2024) [video]
#32Re: The chess bot on Delta Air Lines will destroy you (2024) [video]
#33Re: The chess bot on Delta Air Lines will destroy you (2024) [video]
#34I wonder if they gave the chess bot X seconds of thinking time in an era when computers were slower? The way you set difficulty for turn based game ai is that you limit how far ahead the algorithm searches. If you set the lookahead based on compute time your difficulties will be way out of line if someone upgrades the CPU.
Something similar happened to the macOS chess game, which has always been bundled with OSX/macOS. Once upon a time it was easy to beat in easy mode, which restricted how long it could thing in advance. When Big Sur rolled out around 2020, Apple introduced a bug which disabled the difficulty slider: no matter what it was set to, it was hard or impossible to beat. In macOS Sequoia, the Chess app got updated again, and…
or whatever makes sense if “iterations” isn’t a thing, I know nothing about chess algorithms
Re: The chess bot on Delta Air Lines will destroy you (2024) [video]
#35Last time I flew Delta they no longer had this bot, which made me sad. One of my favorite parts of flying was getting absolutely crushed into a tiny cube by the airplane seat's easy chess bot, and then again by the airplane seat itself when the person in front of me reclines their seat.
This reminds me of the time I had my laptop open on the tilt-down tray and the very large man in the seat in front just repositioned his girth (not even reclining the seat) but it flexed the seat back enough that my laptop screen was momentarily caught between the tray below and recessed lip above and was almost crushed.
Re: The chess bot on Delta Air Lines will destroy you (2024) [video]
#36Sometimes the airlines chess app gives you the option to play another passenger, but even after waiting for half an hour I've never been hooked up with another player. Has anyone else been able to?
Re: The chess bot on Delta Air Lines will destroy you (2024) [video]
#37Sometimes the airlines chess app gives you the option to play another passenger, but even after waiting for half an hour I've never been hooked up with another player. Has anyone else been able to?
Re: The chess bot on Delta Air Lines will destroy you (2024) [video]
#38Earlier quoted context omitted.
Something similar happened to the macOS chess game, which has always been bundled with OSX/macOS. Once upon a time it was easy to beat in easy mode, which restricted how long it could thing in advance. When Big Sur rolled out around 2020, Apple introduced a bug which disabled the difficulty slider: no matter what it was set to, it was hard or impossible to beat. In macOS Sequoia, the Chess app got updated again, and…
is there some reason to implement it as a time limit instead of iterations or something else deterministic? it being affected by CPU speed or machine load seems obvious. or whatever makes sense if “iterations” isn’t a thing, I know nothing about chess algorithms
The search is by depth of further moves, and “better” is a function of heuristics (explicit or learned) on the resulting board positions, because most of the time you can’t be sure a move will inevitably result in a win or a loss.
So any particular move evaluation might take more or less time before the algorithm gives up on it—or chooses it as the new winner. To throw a consistent amount of compute at each move, the simple thing to do is give the engine consistent amounts of time per move.
Re: The chess bot on Delta Air Lines will destroy you (2024) [video]
#39Re: The chess bot on Delta Air Lines will destroy you (2024) [video]
#40Earlier quoted context omitted.
How about a nice trip on a train?
I don’t have 5 days to travel across the country.