paper-with-me

Papers

Zeroth-Order Policy Gradient for Reinforcement Learning from Human Feedback without Reward Inference

2024-09-25 · Qining Zhang, Lei Ying

Reward inference (learning a reward model from human preferences) is a critical intermediate step in Reinforcement Learning from Human Feedback (RLHF) for fine-tuning Large Language Models (LLMs) such as ChatGPT. In practice, reward inference faces several fundamental challenges, including double problem misspecification, reward model evaluation without ground truth, distribution shift, and overfitting in joint reward model and policy training. An alternative approach that avoids these pitfalls is direct policy optimization without reward inference, such as Direct Preference Optimization (DPO), which provides a much simpler pipeline and has shown empirical success in LLMs. However, DPO utilizes the closed-form expression between the optimal policy and the reward function, which only works under the bandit setting or deterministic MDPs. This paper develops two RLHF algorithms without reward inference, which work for general RL problems beyond bandits and deterministic MDPs, and general preference models beyond the Bradely-Terry model. The key idea is to estimate the local value function difference from human preferences and then approximate the policy gradient with a zeroth-order gradient approximator. For both algorithms, we establish rates of convergence in terms of the number of policy gradient iterations, as well as the number of trajectory samples and human preference queries per iteration. Our results show there exist provably efficient methods to solve general RLHF problems without reward inference.

📄 PDF Abstract BibTeX arXiv:2409.17401

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

DPO 설명 없음

Similar Papers 제목 키워드 기반

Cooperative Multi-Agent Reinforcement Learning with Partial Observations

2020-06-18 · Yan Zhang, Michael M. Zavlanos

In this paper, we propose a distributed zeroth-order policy optimization method for Multi-Agent Reinforcement Learning (MARL). Existing MARL algorithms often assume that every agent can observe the states and actions of …

Multi-agent Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Zeroth-Order Actor-Critic: An Evolutionary Framework for Sequential Decision Problems

2022-01-29 · YuHeng Lei, Yao Lyu, Guojian Zhan, Tao Zhang 외

Evolutionary algorithms (EAs) have shown promise in solving sequential decision problems (SDPs) by simplifying them to static optimization problems and searching for the optimal policy parameters in a zeroth-order way. W…

continuous-controlContinuous ControlEvolutionary AlgorithmsReinforcement Learning (RL)

Achieve Performatively Optimal Policy for Performative Reinforcement Learning

2025-10-06 · Ziyi Chen, Heng Huang arxiv

Performative reinforcement learning is an emerging dynamical decision making framework, which extends reinforcement learning to the common applications where the agent's policy can change the environmental dynamics. Exis…

Reinforcement LearningDecision Making

Efficient Federated RLHF via Zeroth-Order Policy Optimization

2026-04-20 · Deyi Wang, Qining Zhang, Lei Ying arxiv

This paper considers reinforcement learning from human feedback in a federated learning setting with resource-constrained agents, such as edge devices. We propose an efficient federated RLHF algorithm, named Partitioned,…

Reinforcement LearningFederated Learning

Zeroth-Order Supervised Policy Improvement

2020-06-11 · Hao Sun, Ziping Xu, Yuhang Song, Meng Fang 외

Policy gradient (PG) algorithms have been widely used in reinforcement learning (RL). However, PG algorithms rely on exploiting the value function being learned with the first-order update locally, which results in limit…

continuous-controlContinuous ControlPolicy Gradient MethodsQ-Learning+1