paper-with-me

홈 › Papers

Black-Box Data-efficient Policy Search for Robotics

2017-03-21 · Konstantinos Chatzilygeroudis, Roberto Rama, Rituraj Kaushik, Dorian Goepp, Vassilis Vassiliades, Jean-Baptiste Mouret

The most data-efficient algorithms for reinforcement learning (RL) in robotics are based on uncertain dynamical models: after each episode, they first learn a dynamical model of the robot, then they use an optimization algorithm to find a policy that maximizes the expected return given the model and its uncertainties. It is often believed that this optimization can be tractable only if analytical, gradient-based algorithms are used; however, these algorithms require using specific families of reward functions and policies, which greatly limits the flexibility of the overall approach. In this paper, we introduce a novel model-based RL algorithm, called Black-DROPS (Black-box Data-efficient RObot Policy Search) that: (1) does not impose any constraint on the reward function or the policy (they are treated as black-boxes), (2) is as data-efficient as the state-of-the-art algorithm for data-efficient RL in robotics, and (3) is as fast (or faster) than analytical approaches when several cores are available. The key idea is to replace the gradient-based optimization algorithm with a parallel, black-box algorithm that takes into account the model uncertainties. We demonstrate the performance of our new algorithm on two standard control benchmark problems (in simulation) and a low-cost robotic manipulator (with a real robot).

📄 PDF Abstract BibTeX arXiv:1703.07261

Code (1)

resibots/blackdrops 공식 구현

Tasks

Continuous ControlReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Using Parameterized Black-Box Priors to Scale Up Model-Based Policy Search for Robotics

2017-09-20 · Konstantinos Chatzilygeroudis, Jean-Baptiste Mouret

The most data-efficient algorithms for reinforcement learning in robotics are model-based policy search algorithms, which alternate between learning a dynamical model of the robot and optimizing a policy to maximize the …

Continuous ControlReinforcement Learning

Dimensionality Reduction and Prioritized Exploration for Policy Search

2022-03-09 · Marius Memmel, Puze Liu, Davide Tateo, Jan Peters

Black-box policy optimization is a class of reinforcement learning algorithms that explores and updates the policies at the parameter level. This class of algorithms is widely applied in robotics with movement primitives…

Dimensionality Reduction

Multi-objective Model-based Policy Search for Data-efficient Learning with Sparse Rewards

2018-06-25 · Rituraj Kaushik, Konstantinos Chatzilygeroudis, Jean-Baptiste Mouret

The most data-efficient algorithms for reinforcement learning in robotics are model-based policy search algorithms, which alternate between learning a dynamical model of the robot and optimizing a policy to maximize the …

Continuous ControlEfficient ExplorationReinforcement Learning

Regret-Aware Black-Box Optimization with Natural Gradients, Trust-Regions and Entropy Control

2022-05-24 · Maximilian Hüttenrauch, Gerhard Neumann

Most successful stochastic black-box optimizers, such as CMA-ES, use rankings of the individual samples to obtain a new search distribution. Yet, the use of rankings also introduces several issues such as the underlying …

Scheduling

BayesSim: adaptive domain randomization via probabilistic inference for robotics simulators

2019-06-04 · Fabio Ramos, Rafael Carvalhaes Possas, Dieter Fox

We introduce BayesSim, a framework for robotics simulations allowing a full Bayesian treatment for the parameters of the simulator. As simulators become more sophisticated and able to represent the dynamics more accurate…

Motion Planning