Stable agent, subagent-unstable

A putative new idea for AI control; index here.

A reflectively consistent agent is one that is ok with creating copies with the same motivation as itself, or continuing to have the same motivation under self-modification.

A reflectively stable agent is one that would only create agents with the same motivation as itself (unless rewarded for doing otherwise), and would actively want to preserve its motivation under self-modification.

Here is a design that is reflectively stable for its own self-modification, but not even reflectively consistent for copies and subagents.

Subtracting the value function

Let be the history of the agent’s interaction with the environment up to time .

Let the agent have policy . Let be the expected value of (future) reward under policy , given history . Let the policy that maximises this value the most.

Initially, the agent has no reward. Then, at time , the AI gets reward function , and gets the penalty:

  • .

For , this change of reward is reflexively stable (the agent will choose to get maximal expected reward ), for , it is reflexively consistent (any policy gives the same expected reward of ), and for , it is neither.

But instead, imagine the agent gets the penalty:

  • .

In this case, the agent is reflexively stable for all values of ! That’s because the penalty term is independent of its policy choice, and it will therefore choose after to maximise the reward it does get from .

No subagent stability.

Using in the reward may make the agent itself reflexively stable, but if , it will not copy the same goal into its subagent.

This is easy to see, because the agent’s expected reward is , so its best policy is to minimise . It will do this by acting so that is one the minimises that values.

For instance, it might create subagents whose task is to actively restrain the agent after . Then it will struggle against them after (because it now wants to maximise the reward ), but will set them up to be as powerful as possible before that, because before , it wants its own future struggles to fail.

Clearly, though this is technically reflectively stable, this is not a good sort of stability.

Not ‘real’ stability

It should be noted that the agent’s “stability” is an artefact of the fact that is defined to be “the best policy that the agent can follow to maximise ”.

“The agent” is not an ontologically fundamental object, so this stability is only as good as our definition of the agent (just as we could make the whole setup subagent-stable, if only we could define subagents—which we can’t really do).

No comments.