Hacker News new | ask | show | jobs
by mindgam3 2449 days ago
You appear to be completely missing the point of my root comment, which is that AlphaGo’s tech isn’t nearly as general as it’s made out to be, even if you stick to Go.

> AlphaGo can play very well on a 19x19 board but actually has to be retrained to play on a rectangular board.

It doesn’t even generalize to the same game with a different board shape. Whereas a human Go master could easily do so.

DeepMind is essentially hacking the common usage of the word “general” in order so that they can make claims about “general” intelligence. And it’s working!

1 comments

But the training process does generalise. The same training process produces an agent that works on a 19x19 board, or a standard Go board, or even a game of chess.

How is that not general? Sure it doesn't work for all problems but in the domain of board games it definitely feels very general.

The agent the training algorithm produces may not be general, but out of what I've read I've only ever seen DeepMind claim generality of the learning algorithm, not the agent.