← Search

Ignasi Clavera

8 accepted papers

2020

Sub-policy Adaptation for Hierarchical Reinforcement Learning

ICLR 2020poster

Hierarchical reinforcement learning is a promising approach to tackle long-horizon decision-making problems with sparse rewards. Unfortunately, most methods still decouple the lower-level skill acquisition process and the training of a higher level that controls the skills in a new task. Leaving the…

Cited by 106SourceScholar
2019

Learning to Adapt in Dynamic, Real-World Environments through Meta-Reinforcement Learning

ICLR 2019poster

Although reinforcement learning methods can achieve impressive results in simulation, the real world presents two major challenges: generating samples is exceedingly expensive, and unexpected perturbations or unseen situations cause proficient but specialized policies to fail at test time. Given tha…

Cited by 740SourcePDFScholar
2019

ProMP: Proximal Meta-Policy Search

ICLR 2019poster

Credit assignment in Meta-reinforcement learning (Meta-RL) is still poorly understood. Existing methods either neglect credit assignment to pre-adaptation behavior or implement it naively. This leads to poor sample-efficiency during meta-training as well as ineffective task identification strategies…

2018

Model-Based Reinforcement Learning via Meta-Policy Optimization

CoRL 2018

Model-based reinforcement learning approaches carry the promise of being data efficient. However, due to challenges in learning dynamics models that sufficiently match the real-world dynamics, they struggle to achieve the same asymptotic performance as model-free methods. We propose Model-Based Meta

Cited by 0SourcePDFScholar
2018

Model-Ensemble Trust-Region Policy Optimization

ICLR 2018poster

Model-free reinforcement learning (RL) methods are succeeding in a growing number of tasks, aided by recent advances in deep learning. However, they tend to suffer from high sample complexity, which hinders their use in real-world domains. Alternatively, model-based reinforcement learning promises…