The philosopher Hubert Dreyfus argued that computers, who have no body, no childhood and no cultural practice, could not acquire intelligence at all. https://www.nature.com/articles/s41599-020-0494-4 What he means is that computers, which can learn rules and use those rules to make predictions in certain domains, nevertheless cannot exercise general intelligence because they are not "in the world". This renders them…
Imagine being a dualist in the 21st century.
An AI wolf that preferred suicide over eating sheep
131–140 of 223 posts
Re: An AI wolf that preferred suicide over eating sheep
#132"Drawn by the fascination of the horror of pain and, from within, impelled by that habit of cooperation, that desire for unanimity and atonement, which their conditioning had so ineradicably implanted in them, they began to mime the frenzy of his gestures, striking at one another as the Savage struck at his own rebellious flesh, or at that plump incarnation of turpitude writhing in the heather at his feet."
Re: An AI wolf that preferred suicide over eating sheep
#133Seems like a nothing story. Just looking at the game, there's obviously a constant decision to be made of chase more sheep or instantly die. It sounds like in the original model they had a max of 20 seconds, so it's not surprising that you would just tank your losses to maximize your score every now and then. Anyone who tries to devise optimal strategies for things should be able to see this isn't especially interest…
If we play the analogy further: life is suffering, apart from the brief ecstasy of eating sheep. The AI was trying not to suffer, thus chose the boulder. Did my best to translate the (misguided) fitness function to fiction.
Cutting one's losses early may appear to be the most rational act if trying to minimize an agent's total suffering.
Re: An AI wolf that preferred suicide over eating sheep
#134I'm not buying that. As soon as they mentioned the 0.1 point deduction every second it seemed obvious?
Re: An AI wolf that preferred suicide over eating sheep
#135Isn't this just a cock up with incentives? If they'd put a -100 score on dying it would have sorted itself out pretty quick.
The issue with AI safety and unanticipated AI outcomes in general is that it’s always just a cock-up with incentives. It’s easy to sort out in narrowly specified areas, but an extremely hard problem as the tasks become more general.
Re: An AI wolf that preferred suicide over eating sheep
#136Earlier quoted context omitted.
> very carefully choose the parameter you want to optimize. This does not only concern AI systems, but all systems in general - including human ones.
From a retrospective today... "the KPIs are abysmal but the deliverables are very high .. so I guess the KPIs are wrong?"
Re: An AI wolf that preferred suicide over eating sheep
#137Here's a collection of such stories:
Re: An AI wolf that preferred suicide over eating sheep
#138What are some of the nicest environments for experimenting with this sort of "define some rules, see how agents exist within that world" stuff? It doesn't need to be full on ML models, even simpler rules defined in code would be fine.
Maybe there's a repository somewhere with similar examples?
[1](https://towardsdatascience.com/today-im-going-to-talk-about-...)
Re: An AI wolf that preferred suicide over eating sheep
#139There are many such stories of AI "optimizations" gone wrong, because of loopholes the program found that humans didn't consider. Here's a collection of such stories: https://arxiv.org/pdf/1803.03453.pdf
> " William Punch collaborated with physicists, applying digital evolution to find lower energy configurations of carbon. The physicists had a well-vetted energy model for between-carbon forces, which supplied the fitness function for evolutionary search. The motivation was to find a novel low-energy buckyball-like structure. While the algorithm produced very low energy results, the physicists were irritated because the algorithm had found a superposition of all the carbon atoms onto the same point in space. “Why did your genetic algorithm violate the laws of physics?” they asked. “Why did your physics model not catch that edge condition?” was the team’s response. The physicists patched the model to prevent superposition and evolution was performed on the improved model. The result was qualitatively similar: great low energy results that violated another physical law, revealing another edge case in the simulator. At that point, the physicists ceased the collaboration."
Re: An AI wolf that preferred suicide over eating sheep
#140We don't have AI. AI is a buzzphrase overused by the media. What we have is Machine Learning (ML). If and only if, we get past the roadblock of the 'agent' creating some usable knowledge out of an unprogrammed experience, and forming conclusions based on that, will we have AI. For now, the mantra 'Garbage-in-garbage-out' applies; if the controller of the agent gets their rule-set wrong, the agent will not behave as e…