English

Reinforcement Learning from Adversarial Preferences in Tabular MDPs

Machine Learning 2025-07-17 v1 Machine Learning

Abstract

We introduce a new framework of episodic tabular Markov decision processes (MDPs) with adversarial preferences, which we refer to as preference-based MDPs (PbMDPs). Unlike standard episodic MDPs with adversarial losses, where the numerical value of the loss is directly observed, in PbMDPs the learner instead observes preferences between two candidate arms, which represent the choices being compared. In this work, we focus specifically on the setting where the reward functions are determined by Borda scores. We begin by establishing a regret lower bound for PbMDPs with Borda scores. As a preliminary step, we present a simple instance to prove a lower bound of Ω(HSAT)\Omega(\sqrt{HSAT}) for episodic MDPs with adversarial losses, where HH is the number of steps per episode, SS is the number of states, AA is the number of actions, and TT is the number of episodes. Leveraging this construction, we then derive a regret lower bound of Ω((H2SK)1/3T2/3)\Omega( (H^2 S K)^{1/3} T^{2/3} ) for PbMDPs with Borda scores, where KK is the number of arms. Next, we develop algorithms that achieve a regret bound of order T2/3T^{2/3}. We first propose a global optimization approach based on online linear optimization over the set of all occupancy measures, achieving a regret bound of O~((H2S2K)1/3T2/3)\tilde{O}((H^2 S^2 K)^{1/3} T^{2/3} ) under known transitions. However, this approach suffers from suboptimal dependence on the potentially large number of states SS and computational inefficiency. To address this, we propose a policy optimization algorithm whose regret is roughly bounded by O~((H6SK5)1/3T2/3)\tilde{O}( (H^6 S K^5)^{1/3} T^{2/3} ) under known transitions, and further extend the result to the unknown-transition setting.

Keywords

Cite

@article{arxiv.2507.11706,
  title  = {Reinforcement Learning from Adversarial Preferences in Tabular MDPs},
  author = {Taira Tsuchiya and Shinji Ito and Haipeng Luo},
  journal= {arXiv preprint arXiv:2507.11706},
  year   = {2025}
}

Comments

40 pages

R2 v1 2026-07-01T04:03:11.293Z