paper-with-me

홈 › 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 samples without using a pre-specified reward function. After the exploration phase, a reward function is given, and the agent uses samples collected during the exploration phase to compute a near-optimal policy. Jin et al. [2020] showed that in the tabular setting, the agent only needs to collect polynomial number of samples (in terms of the number states, the number of actions, and the planning horizon) for reward-free RL. However, in practice, the number of states and actions can be large, and thus function approximation schemes are required for generalization. In this work, we give both positive and negative results for reward-free RL with linear function approximation. We give an algorithm for reward-free RL in the linear Markov decision process setting where both the transition and the reward admit linear representations. The sample complexity of our algorithm is polynomial in the feature dimension and the planning horizon, and is completely independent of the number of states and actions. We further give an exponential lower bound for reward-free RL in the setting where only the optimal $Q$-function admits a linear representation. Our results imply several interesting exponential separations on the sample complexity of reward-free RL.

📄 PDF Abstract BibTeX arXiv:2006.11274

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Reward-Free Model-Based Reinforcement Learning with Linear Function Approximation

2021-10-12 · NeurIPS 2021 12 · Weitong Zhang, Dongruo Zhou, Quanquan Gu

We study the model-based reward-free reinforcement learning with linear function approximation for episodic Markov decision processes (MDPs). In this setting, the agent works in two phases. In the exploration phase, the …

Model-based Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

Near-Optimal Deployment Efficiency in Reward-Free Reinforcement Learning with Linear Function Approximation

2022-10-03 · Dan Qiao, Yu-Xiang Wang

We study the problem of deployment efficient reinforcement learning (RL) with linear function approximation under the \emph{reward-free} exploration setting. This is a well-motivated problem because deploying new policie…

reinforcement-learningReinforcement Learning (RL)

On the Statistical Efficiency of Reward-Free Exploration in Non-Linear RL

2022-06-21 · Jinglin Chen, Aditya Modi, Akshay Krishnamurthy, Nan Jiang 외

We study reward-free reinforcement learning (RL) under general non-linear function approximation, and establish sample efficiency and hardness results under various standard structural assumptions. On the positive side, …

Reinforcement Learning (RL)

Provably Efficient Model-Free Algorithms for Non-stationary CMDPs

2023-03-10 · Honghao Wei, Arnob Ghosh, Ness Shroff, Lei Ying 외

We study model-free reinforcement learning (RL) algorithms in episodic non-stationary constrained Markov Decision Processes (CMDPs), in which an agent aims to maximize the expected cumulative reward subject to a cumulati…

Reinforcement Learning (RL)

An Online Prediction Algorithm for Reinforcement Learning with Linear Function Approximation using Cross Entropy Method

2018-06-15 · Ajin George Joseph, Shalabh Bhatnagar

In this paper, we provide two new stable online algorithms for the problem of prediction in reinforcement learning, \emph{i.e.}, estimating the value function of a model-free Markov reward process using the linear functi…

Computational EfficiencyReinforcement LearningReinforcement Learning (RL)