paper-with-me

Papers

Model-Based Policy Gradients with Parameter-Based Exploration by Least-Squares Conditional Density Estimation

2013-07-19 · Syogo Mori, Voot Tangkaratt, Tingting Zhao, Jun Morimoto, Masashi Sugiyama

The goal of reinforcement learning (RL) is to let an agent learn an optimal control policy in an unknown environment so that future expected rewards are maximized. The model-free RL approach directly learns the policy based on data samples. Although using many samples tends to improve the accuracy of policy learning, collecting a large number of samples is often expensive in practice. On the other hand, the model-based RL approach first estimates the transition model of the environment and then learns the policy based on the estimated transition model. Thus, if the transition model is accurately learned from a small amount of data, the model-based approach can perform better than the model-free approach. In this paper, we propose a novel model-based RL method by combining a recently proposed model-free policy search method called policy gradients with parameter-based exploration and the state-of-the-art transition model estimator called least-squares conditional density estimation. Through experiments, we demonstrate the practical usefulness of the proposed method.

📄 PDF Abstract BibTeX arXiv:1307.5118

Code (0)

등록된 구현이 없습니다.

Tasks

Density EstimationReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Randomised Bayesian Least-Squares Policy Iteration

2019-04-06 · Nikolaos Tziortziotis, Christos Dimitrakakis, Michalis Vazirgiannis

We introduce Bayesian least-squares policy iteration (BLSPI), an off-policy, model-free, policy iteration algorithm that uses the Bayesian least-squares temporal-difference (BLSTD) learning algorithm to evaluate policies…

Thompson Sampling

Matrix-Free Least Squares Solvers: Values, Gradients, and What to Do With Them

2025-10-22 · Hrittik Roy, Søren Hauberg, Nicholas Krämer arxiv

This paper argues that the method of least squares has significant unfulfilled potential in modern machine learning, far beyond merely being a tool for fitting linear models. To release its potential, we derive custom gr…

Gaussian Processes

Robust Reinforcement Learning using Least Squares Policy Iteration with Provable Performance Guarantees

2020-06-20 · Kishan Panaganti, Dileep Kalathil

This paper addresses the problem of model-free reinforcement learning for Robust Markov Decision Process (RMDP) with large state spaces. The goal of the RMDP framework is to find a policy that is robust against the param…

OpenAI Gymreinforcement-learningReinforcement Learning (RL)

Generalization and Exploration via Randomized Value Functions

2014-02-04 · Ian Osband, Benjamin Van Roy, Zheng Wen

We propose randomized least-squares value iteration (RLSVI) -- a new reinforcement learning algorithm designed to explore and generalize efficiently via linearly parameterized value functions. We explain why versions of …

Efficient Explorationreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Context-Dependent Upper-Confidence Bounds for Directed Exploration

2018-11-15 · NeurIPS 2018 12 · Raksha Kumaraswamy, Matthew Schlegel, Adam White, Martha White

Directed exploration strategies for reinforcement learning are critical for learning an optimal policy in a minimal number of interactions with the environment. Many algorithms use optimism to direct exploration, either …

Efficient ExplorationReinforcement Learning