paper-with-me

Papers

Improved Sample Complexity for Reward-free Reinforcement Learning under Low-rank MDPs

2023-03-20 · Yuan Cheng, Ruiquan Huang, Jing Yang, Yingbin Liang

In reward-free reinforcement learning (RL), an agent explores the environment first without any reward information, in order to achieve certain learning goals afterwards for any given reward. In this paper we focus on reward-free RL under low-rank MDP models, in which both the representation and linear weight vectors are unknown. Although various algorithms have been proposed for reward-free low-rank MDPs, the corresponding sample complexity is still far from being satisfactory. In this work, we first provide the first known sample complexity lower bound that holds for any algorithm under low-rank MDPs. This lower bound implies it is strictly harder to find a near-optimal policy under low-rank MDPs than under linear MDPs. We then propose a novel model-based algorithm, coined RAFFLE, and show it can both find an $\epsilon$-optimal policy and achieve an $\epsilon$-accurate system identification via reward-free exploration, with a sample complexity significantly improving the previous results. Such a sample complexity matches our lower bound in the dependence on $\epsilon$, as well as on $K$ in the large $d$ regime, where $d$ and $K$ respectively denote the representation dimension and action space cardinality. Finally, we provide a planning algorithm (without further interaction with true environment) for RAFFLE to learn a near-accurate representation, which is the first known representation learning guarantee under the same setting.

📄 PDF Abstract BibTeX arXiv:2303.10859

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement Learning (RL)Representation Learning

Similar Papers 제목 키워드 기반

On Reward-Free Reinforcement Learning with Linear Function Approximation

2020-06-19 · NeurIPS 2020 12 · Ruosong Wang, Simon S. Du, Lin F. Yang, Ruslan Salakhutdinov

Reward-free reinforcement learning (RL) is a framework which is suitable for both the batch RL setting and the setting where there are many reward functions of interest. During the exploration phase, an agent collects sa…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Reinforcement Learning from Human Feedback without Reward Inference: Model-Free Algorithm and Instance-Dependent Analysis

2024-06-11 · Qining Zhang, Honghao Wei, Lei Ying

In this paper, we study reinforcement learning from human feedback (RLHF) under an episodic Markov decision process with a general trajectory-wise reward model. We developed a model-free RLHF best policy identification a…

A Simple Reward-free Approach to Constrained Reinforcement Learning

2021-07-12 · Sobhan Miryoosefi, Chi Jin

In constrained reinforcement learning (RL), a learning agent seeks to not only optimize the overall reward but also satisfy the additional safety, diversity, or budget constraints. Consequently, existing constrained RL s…

Diversityreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Optimal Horizon-Free Reward-Free Exploration for Linear Mixture MDPs

2023-03-17 · Junkai Zhang, Weitong Zhang, Quanquan Gu

We study reward-free reinforcement learning (RL) with linear function approximation, where the agent works in two phases: (1) in the exploration phase, the agent interacts with the environment but cannot access the rewar…

Reinforcement Learning (RL)

Sample Complexity of Average-Reward Q-Learning: From Single-agent to Federated Reinforcement Learning

2026-01-20 · Yuchen Jiao, Jiin Woo, Gen Li, Gauri Joshi 외 arxiv

Average-reward reinforcement learning offers a principled framework for long-term decision-making by maximizing the mean reward per time step. Although Q-learning is a widely used model-free algorithm with established sa…

Reinforcement Learning