Choice Between Partial Trajectories: Disentangling Goals from Beliefs
Henrik Marklund, Benjamin Van Roy
TL;DR
This work addresses learning human preferences for AI alignment from choices over partial trajectories. It proposes a bootstrapped return model, $\sum_{t=0}^{T-1} r(s_t,a_t) + V(s_T)$, to capture both goals and agents' beliefs about future dynamics, and proves an Alignment Theorem showing that, under two axioms, human preferences over partial trajectories can be represented by a reward function that expresses preferences over infinite trajectory lotteries. The paper develops a practical reward-learning framework using a logit model over bootstrapped returns, demonstrates robustness to incorrect beliefs, and compares against partial return and cumulative advantage models, highlighting improved disentanglement of goals from beliefs. It also discusses the implications for RLHF and IRL, and outlines extensions to uncertain beliefs and partial observability. Overall, bootstrapped return offers a principled, robust approach to learning aligned rewards from human choices in complex environments.
Abstract
As AI agents generate increasingly sophisticated behaviors, manually encoding human preferences to guide these agents becomes more challenging. To address this, it has been suggested that agents instead learn preferences from human choice data. This approach requires a model of choice behavior that the agent can use to interpret the data. For choices between partial trajectories of states and actions, previous models assume choice probabilities are determined by the partial return or the cumulative advantage. We consider an alternative model based instead on the bootstrapped return, which adds to the partial return an estimate of the future return. Benefits of the bootstrapped return model stem from its treatment of human beliefs. Unlike partial return, choices based on bootstrapped return reflect human beliefs about the environment. Further, while recovering the reward function from choices based on cumulative advantage requires that those beliefs are correct, doing so from choices based on bootstrapped return does not. To motivate the bootstrapped return model, we formulate axioms and prove an Alignment Theorem. This result formalizes how, for a general class of preferences, such models are able to disentangle goals from beliefs. This ensures recovery of an aligned reward function when learning from choices based on bootstrapped return. The bootstrapped return model also affords greater robustness to choice behavior. Even when choices are based on partial return, learning via a bootstrapped return model recovers an aligned reward function. The same holds with choices based on the cumulative advantage if the human and the agent both adhere to correct and consistent beliefs about the environment. On the other hand, if choices are based on bootstrapped return, learning via partial return or cumulative advantage models does not generally produce an aligned reward function.
