paper-with-me

홈 › Papers

Making RL with Preference-based Feedback Efficient via Randomization

2023-10-23 · Runzhe Wu, Wen Sun

Reinforcement Learning algorithms that learn from human feedback (RLHF) need to be efficient in terms of statistical complexity, computational complexity, and query complexity. In this work, we consider the RLHF setting where the feedback is given in the format of preferences over pairs of trajectories. In the linear MDP model, using randomization in algorithm design, we present an algorithm that is sample efficient (i.e., has near-optimal worst-case regret bounds) and has polynomial running time (i.e., computational complexity is polynomial with respect to relevant parameters). Our algorithm further minimizes the query complexity through a novel randomized active learning procedure. In particular, our algorithm demonstrates a near-optimal tradeoff between the regret bound and the query complexity. To extend the results to more general nonlinear function approximation, we design a model-based randomized algorithm inspired by the idea of Thompson sampling. Our algorithm minimizes Bayesian regret bound and query complexity, again achieving a near-optimal tradeoff between these two quantities. Computation-wise, similar to the prior Thompson sampling algorithms under the regular RL setting, the main computation primitives of our algorithm are Bayesian supervised learning oracles which have been heavily investigated on the empirical side when applying Thompson sampling algorithms to RL benchmark problems.

📄 PDF Abstract BibTeX arXiv:2310.14554

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningThompson Sampling

Similar Papers 제목 키워드 기반

DOPL: Direct Online Preference Learning for Restless Bandits with Preference Feedback

2024-10-07 · Guojun Xiong, Ujwal Dinesha, Debajoy Mukherjee, Jian Li 외

Restless multi-armed bandits (RMAB) has been widely used to model constrained sequential decision making problems, where the state of each restless arm evolves according to a Markov chain and each state transition genera…

Multi-Armed BanditsSequential Decision Making

Randomization advice and ambiguity aversion

2023-01-09 · Christoph Kuzmics, Brian W. Rogers, Xiannong Zhang

We design and implement lab experiments to evaluate the normative appeal of behavior arising from models of ambiguity-averse preferences. We report two main empirical findings. First, we demonstrate that behavior reflect…

Decision MakingPosition

Social preferences and expected utility

2023-12-11 · Mehmet S. Ismail, Ronald Peeters

It is well known that ex ante social preferences and expected utility are not always compatible. In this note, we introduce a novel framework that naturally separates social preferences from selfish preferences to answer…

LLF-Bench: Benchmark for Interactive Learning from Language Feedback

2023-12-11 · Ching-An Cheng, Andrey Kolobov, Dipendra Misra, Allen Nie 외

We introduce a new benchmark, LLF-Bench (Learning from Language Feedback Benchmark; pronounced as "elf-bench"), to evaluate the ability of AI agents to interactively learn from natural language feedback and instructions.…

Information RetrievalOpenAI GymSequential Decision Making

Eliciting User Preferences for Personalized Multi-Objective Decision Making through Comparative Feedback

2023-02-07 · NeurIPS 2023 11

In classic reinforcement learning (RL) and decision making problems, policies are evaluated with respect to a scalar reward function, and all optimal policies are the same with regards to their expected return. However, …

Decision MakingReinforcement Learning (RL)