Earlier quoted context omitted.
Aesop managed to make the point a lot more concisely: "Be careful what you wish for, lest it come true." (Although now that I look, I don't think that's a translation of any specific part of the text.)
Yes, but that moral is attached to a story . Morals and saws work as handles - they're useful for communication if both you and your interlocutor know the thing they're pointing to. Conversely, they are of little use until you read the story from which the moral comes, or personally experience the thing the saw talks about.
An AI wolf that preferred suicide over eating sheep
51–60 of 223 posts
Re: An AI wolf that preferred suicide over eating sheep
#52Earlier quoted context omitted.
I think the point is more about highlighting the fact that AI doesn't share our base assumptions. We wouldn't think to put a huge penalty on dying because humans generally think that death is bad.
Yeah, because we have a -1000 points on death built-in.
Re: An AI wolf that preferred suicide over eating sheep
#53I'm reminded of the fable (in Nick Bostrom's Superintelligence ) of the chess computer that ended up murdering anyone who tried to turn it off because in order to optimize winning chess games as programmed it has to be on and functional.
Re: An AI wolf that preferred suicide over eating sheep
#54Earlier quoted context omitted.
Yes, but that moral is attached to a story . Morals and saws work as handles - they're useful for communication if both you and your interlocutor know the thing they're pointing to. Conversely, they are of little use until you read the story from which the moral comes, or personally experience the thing the saw talks about.
Eliezer Yudkowsky tells a long story about an Outcome Pump. Aesop tells a short story about an eagle and a tortoise. The point made is the same, as far as I can see.
Re: An AI wolf that preferred suicide over eating sheep
#55I think a major takeaway here is that balancing a reward system to reward more than a single behavior is really hard - it's easy to tip the scales so one behavior completely dominates all others. It's an interesting lens to use to look at the heuristic reward system humans have built in (hunger, fear, desire, etc). This tends to have an adaptation/numbing effect, where repeated rewards of the same type tend to have d…
Genetic Algorithms attempt to use this same system over extremely simple "fitness landscapes," where the fitness of an agent is defined by programmers using some simple mathematical formula or something.
When the fitness function is being defined in the system by programmers, instead of emerging from a rich and complex ecosystem, then the outcome depends exactly on what the programers choose. If they fail to see the consequences of their scoring algorithm, that's on them. There's nothing really magical going on, they simply failed to foresee the consequences of their choice.
(As someone who has worked with GAs and agent models, this outcome really doesn't surprise me. I would have said "oops, I need to weight the time less" and re-run it, and not thought twice.)
Re: An AI wolf that preferred suicide over eating sheep
#56Re: An AI wolf that preferred suicide over eating sheep
#57Re: An AI wolf that preferred suicide over eating sheep
#58Earlier quoted context omitted.
Eliezer Yudkowsky tells a long story about an Outcome Pump. Aesop tells a short story about an eagle and a tortoise. The point made is the same, as far as I can see.
Eliezer tells the story that elaborates on why you should be careful what you wish for. Of about a dozen versions of the Eagle and Tortoise story I've just skim-read, none of them really has this as a moral - in each of them, either the Eagle or a Tortoise was an asshole and/or liar and/or lying asshole, so the more valid moral would be, "don't deal with dangerous people" and/or "don't be an asshole" and/or "don't be…
Re: An AI wolf that preferred suicide over eating sheep
#59Earlier quoted context omitted.
I think the point is more about highlighting the fact that AI doesn't share our base assumptions. We wouldn't think to put a huge penalty on dying because humans generally think that death is bad.
Yeah, because we have a -1000 points on death built-in.
Re: An AI wolf that preferred suicide over eating sheep
#60The incentive structure is a two dimensional membrane embeded in a third dimension of "points space."
Obviously if the goal is to maximize total points OR minimize point loss and the absolute value of the gradient toward a mininum loss is greater than the abs gradient toward a maximum gain then the algorithm may prefer the minimum until or if it is selected against by random chance or survivorship bias.
obviously the linear time constraint causes this. a less monotonic, i.e. random, time constraint may have been interesting.