Personal Blog

(From conversations with Sam, Abram, Tsvi, Marcello, and Ashwin Sah) A basic EDT agent starts with a prior, updates on a bunch of observations, and then has an choice between various actions. It conditions on each possible action it could take, and takes the action for which this conditional leads the the highest expected utility. An updateless (but non-policy selection) EDT agent has a problem here. It wants to not update on the observations, but it wants to condition on the fact that its takes a specific action given its observations. It is not obvious what this conditional should look like. In this post, I agrue for a particular way to interpret this conditioning on this conditional (of taking a specific action given a specific observation).

Formally, we have a set of observations , a set of actions , and a set of possible utilities . The agent has a prior distribution over . For simplicity, we assume that takes one of two possible values, 0 and 1. Our original EDT agent upon seeing considers takes action

Similarly, we would like our updateless EDT upon seeing to take the action

but it is not clear what the "conditional distribution" should look like. We are not conditioning on a standard event. We will define as having a minimal KL divergence with subject to the constraint that However there is still more than one way to define this. First, because KL divergence is not symmetric, and second, for on direction, the KL divergence will be infinite, so we need to take a limit, and it matters how we take this limit.

  1. minimizing subject to
  2. Limit as goes to 1 of minimizing subject to
  3. Limit as goes to 0 of minimizing subject to

Note that all of the above methods are natural generalizations of something that does the normal bayesian update when conditioning on an actual event.

Here, recall that

As a simple example, assume that A and O are independently uniform between two options. If we condition on , it seems most natural to preserve the fact that the probability that is . Our choice of action should not change the probability of . However both definitions 1 and 3 give Q(o_1)=1/3. We are in effect ruling out the world in which and , and distributing our probability mass between the other 3 worlds equally.

Option 2, however updates to while keeping and at 1/4.

Philosophically, I think that option 1 is just the wrong direction to minimize KL divergence, (Usually the free parameter that you are minimizing should be the second term in the KL divergence.) while option 2 is correctly conditioning on the conditional and option 3 is conditioning on the implication .

Thus, I will interpret to be calculated via method 2. I may also want to use , which would be calculated via method 3 (or equivalently just updated on as the event ).

Conditioning in this way causes the agent to believe that it can never change the probability of its observation, which seems bad for situations like transparent Newcomb. However, it appears you might be able to get past this by having multiple different instances of the agent (in this case one real and one in Omega's head), and doing conditioning on the conditional for all instances simultaneously. This way, one instance can change the probability of the observation for the other instance. However, this seems unsatisfying since it requires knowing where all copies of yourself are in advance.

Personal Blog

5

Mentioned in
New Comment