(no title)
GrayShade | 8 months ago
In addition, 64-256 moves is quite a lot and I suspect people will generally lose focus before completing them.
GrayShade | 8 months ago
In addition, 64-256 moves is quite a lot and I suspect people will generally lose focus before completing them.
James_K|8 months ago
It seems pretty clear to me that learning how to go about following an arbitrary set of rules is a part of general intelligence. There are lots of humans who have learned this skill, and many (mostly children) who have not. If the AI has failed to learn this ability during its extensive training, and critically if it cannot be taught this ability as a human could, then it's certainly not "generally intelligent" to anywhere near the human degree.
suddenlybananas|8 months ago
thaumasiotes|8 months ago
It's not necessary to use a stack. If you have a goal, you can work "top down", with nothing held in memory. All you need to know to begin the move is whether you're moving an odd number of discs (in which case, the first move will be onto the target peg) or an even number (in which case it will be onto the third peg).
GrayShade|8 months ago
They tried to give the algorithm description to the LLMs, but they also used the recursive solution (see page 25 of the paper).