paper-with-me

홈 › Papers

A Nonparametric Off-Policy Policy Gradient

2020-01-08 · Samuele Tosatto, Joao Carvalho, Hany Abdulsamad, Jan Peters

Reinforcement learning (RL) algorithms still suffer from high sample complexity despite outstanding recent successes. The need for intensive interactions with the environment is especially observed in many widely popular policy gradient algorithms that perform updates using on-policy samples. The price of such inefficiency becomes evident in real-world scenarios such as interaction-driven robot learning, where the success of RL has been rather limited. We address this issue by building on the general sample efficiency of off-policy algorithms. With nonparametric regression and density estimation methods we construct a nonparametric Bellman equation in a principled manner, which allows us to obtain closed-form estimates of the value function, and to analytically express the full policy gradient. We provide a theoretical analysis of our estimate to show that it is consistent under mild smoothness assumptions and empirically show that our approach has better sample efficiency than state-of-the-art policy gradient methods.

📄 PDF Abstract BibTeX arXiv:2001.02435

Code (1)

jacarvalho/nopg 공식 구현 pytorch

Tasks

Density EstimationPolicy Gradient MethodsReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Batch Reinforcement Learning with a Nonparametric Off-Policy Policy Gradient

2020-10-27 · Samuele Tosatto, João Carvalho, Jan Peters

Off-policy Reinforcement Learning (RL) holds the promise of better data efficiency as it allows sample reuse and potentially enables safe interaction with the environment. Current off-policy policy gradient methods eithe…

Policy Gradient Methodsreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Kernelized Advantage Estimation: From Nonparametric Statistics to LLM Reasoning

2026-04-30 · Shijin Gong, Kai Ye, Jin Zhu, Xinyu Zhang 외 arxiv

Recent advances in large language models (LLMs) have increasingly relied on reinforcement learning (RL) to improve their reasoning capabilities. Three types of approaches have been widely adopted: The first relies on a d…

Reinforcement Learning

Reinforcement Learning with Continuous Actions Under Unmeasured Confounding

2025-05-01 · Yuhan Li, Eugene Han, Yifan Hu, Wenzhuo Zhou 외

This paper addresses the challenge of offline policy learning in reinforcement learning with continuous action spaces when unmeasured confounders are present. While most existing research focuses on policy evaluation wit…

reinforcement-learningReinforcement Learning

The Knowledge Gradient Policy Using A Sparse Additive Belief Model

2015-03-18 · Yan Li, Han Liu, Warren Powell

We propose a sequential learning policy for noisy discrete global optimization and ranking and selection (R\&S) problems with high dimensional sparse belief functions, where there are hundreds or even thousands of featur…

global-optimization

Generalized Policy Elimination: an efficient algorithm for Nonparametric Contextual Bandits

2020-03-05 · Aurélien F. Bibaut, Antoine Chambaz, Mark J. Van Der Laan

We propose the Generalized Policy Elimination (GPE) algorithm, an oracle-efficient contextual bandit (CB) algorithm inspired by the Policy Elimination algorithm of \cite{dudik2011}. We prove the first regret optimality g…

Multi-Armed Bandits