paper-with-me

Papers

RL$^3$: Boosting Meta Reinforcement Learning via RL inside RL$^2$

2023-06-28 · Abhinav Bhatia, Samer B. Nashed, Shlomo Zilberstein

Meta reinforcement learning (meta-RL) methods such as RL$^2$ have emerged as promising approaches for learning data-efficient RL algorithms tailored to a given task distribution. However, they show poor asymptotic performance and struggle with out-of-distribution tasks because they rely on sequence models, such as recurrent neural networks or transformers, to process experiences rather than summarize them using general-purpose RL components such as value functions. In contrast, traditional RL algorithms are data-inefficient as they do not use domain knowledge, but do converge to an optimal policy in the limit. We propose RL$^3$, a principled hybrid approach that incorporates action-values, learned per task via traditional RL, in the inputs to meta-RL. We show that RL$^3$ earns greater cumulative reward in the long term compared to RL$^2$ while drastically reducing meta-training time and generalizes better to out-of-distribution tasks. Experiments are conducted on both custom and benchmark discrete domains from the meta-RL literature that exhibit a range of short-term, long-term, and complex dependencies.

📄 PDF Abstract BibTeX arXiv:2306.15909

Code (1)

bhatiaabhinav/rl3 공식 구현

Tasks

Meta Reinforcement Learningreinforcement-learning

Similar Papers 제목 키워드 기반

A Unified Approach to Interpreting and Boosting Adversarial Transferability

2020-10-08 · Xin Wang, Jie Ren, Shuyun Lin, Xiangming Zhu 외

In this paper, we use the interaction inside adversarial perturbations to explain and boost the adversarial transferability. We discover and prove the negative correlation between the adversarial transferability and the …

What is Going on Inside Recurrent Meta Reinforcement Learning Agents?

2021-04-29 · Safa Alver, Doina Precup

Recurrent meta reinforcement learning (meta-RL) agents are agents that employ a recurrent neural network (RNN) for the purpose of "learning a learning algorithm". After being trained on a pre-specified task distribution,…

Meta Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Boosting Generative Models by Leveraging Cascaded Meta-Models

2019-05-11 · Fan Bao, Hang Su, Jun Zhu

Deep generative models are effective methods of modeling data. However, it is not easy for a single generative model to faithfully capture the distributions of complex data such as images. In this paper, we propose an ap…

Boosting-Based Sequential Meta-Tree Ensemble Construction for Improved Decision Trees

2024-02-09 · Ryota Maniwa, Naoki Ichijo, Yuta Nakahara, Toshiyasu Matsushima

A decision tree is one of the most popular approaches in machine learning fields. However, it suffers from the problem of overfitting caused by overly deepened trees. Then, a meta-tree is recently proposed. It solves the…

READY: Reward Discovery for Meta-Black-Box Optimization

2026-01-29 · Zechuan Huang, Zhiguang Cao, Hongshu Guo, Yue-Jiao Gong 외 arxiv

Meta-Black-Box Optimization (MetaBBO) is an emerging avenue within Optimization community, where algorithm design policy could be meta-learned by reinforcement learning to enhance optimization performance. So far, the re…

Reinforcement Learning