paper-with-me

Papers

Active exploration in parameterized reinforcement learning

2016-10-06 · Mehdi Khamassi, Costas Tzafestas

Online model-free reinforcement learning (RL) methods with continuous actions are playing a prominent role when dealing with real-world applications such as Robotics. However, when confronted to non-stationary environments, these methods crucially rely on an exploration-exploitation trade-off which is rarely dynamically and automatically adjusted to changes in the environment. Here we propose an active exploration algorithm for RL in structured (parameterized) continuous action space. This framework deals with a set of discrete actions, each of which is parameterized with continuous variables. Discrete exploration is controlled through a Boltzmann softmax function with an inverse temperature $\beta$ parameter. In parallel, a Gaussian exploration is applied to the continuous action parameters. We apply a meta-learning algorithm based on the comparison between variations of short-term and long-term reward running averages to simultaneously tune $\beta$ and the width of the Gaussian distribution from which continuous action parameters are drawn. When applied to a simple virtual human-robot interaction task, we show that this algorithm outperforms continuous parameterized RL both without active exploration and with active exploration based on uncertainty variations measured by a Kalman-Q-learning algorithm.

📄 PDF Abstract BibTeX arXiv:1610.01986

Code (1)

MehdiKhamassi/SocialMetaLearning 공식 구현

Tasks

Meta-LearningQ-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…
Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Accelerating Robotic Reinforcement Learning via Parameterized Action Primitives

2021-10-28 · NeurIPS 2021 12 · Murtaza Dalal, Deepak Pathak, Ruslan Salakhutdinov

Despite the potential of reinforcement learning (RL) for building general-purpose robotic systems, training RL agents to solve robotics tasks still remains challenging due to the difficulty of exploration in purely conti…

Efficient Explorationreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Active Learning of Inverse Models with Intrinsically Motivated Goal Exploration in Robots

2013-01-21 · Adrien Baranes, Pierre-Yves Oudeyer

We introduce the Self-Adaptive Goal Generation - Robust Intelligent Adaptive Curiosity (SAGG-RIAC) architecture as an intrinsi- cally motivated goal exploration mechanism which allows active learning of inverse models in…

Active Learning

Parameterized Indexed Value Function for Efficient Exploration in Reinforcement Learning

2019-12-23 · Tian Tan, Zhihan Xiong, Vikranth R. Dwaracherla

It is well known that quantifying uncertainty in the action-value estimates is crucial for efficient exploration in reinforcement learning. Ensemble sampling offers a relatively computationally tractable way of doing thi…

Efficient Explorationreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Worst-Case Regret Bounds for Exploration via Randomized Value Functions

2019-06-07 · NeurIPS 2019 12 · Daniel Russo

This paper studies a recent proposal to use randomized value functions to drive exploration in reinforcement learning. These randomized value functions are generated by injecting random noise into the training data, maki…

Efficient Explorationreinforcement-learningReinforcement 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)