paper-with-me

홈 › Papers

DCUR: Data Curriculum for Teaching via Samples with Reinforcement Learning

2021-09-15 · Daniel Seita, Abhinav Gopal, Zhao Mandi, John Canny

Deep reinforcement learning (RL) has shown great empirical successes, but suffers from brittleness and sample inefficiency. A potential remedy is to use a previously-trained policy as a source of supervision. In this work, we refer to these policies as teachers and study how to transfer their expertise to new student policies by focusing on data usage. We propose a framework, Data CUrriculum for Reinforcement learning (DCUR), which first trains teachers using online deep RL, and stores the logged environment interaction history. Then, students learn by running either offline RL or by using teacher data in combination with a small amount of self-generated data. DCUR's central idea involves defining a class of data curricula which, as a function of training time, limits the student to sampling from a fixed subset of the full teacher data. We test teachers and students using state-of-the-art deep RL algorithms across a variety of data curricula. Results suggest that the choice of data curricula significantly impacts student learning, and that it is beneficial to limit the data during early training stages while gradually letting the data availability grow over time. We identify when the student can learn offline and match teacher performance without relying on specialized offline RL algorithms. Furthermore, we show that collecting a small fraction of online data provides complementary benefits with the data curriculum. Supplementary material is available at https://tinyurl.com/teach-dcur.

📄 PDF Abstract BibTeX arXiv:2109.07380

Code (1)

DanielTakeshi/DCUR pytorch

Tasks

Deep Reinforcement LearningOffline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Curriculum Graph Co-Teaching for Multi-Target Domain Adaptation

2021-04-01 · CVPR 2021 1 · Subhankar Roy, Evgeny Krivosheev, Zhun Zhong, Nicu Sebe 외

In this paper we address multi-target domain adaptation (MTDA), where given one labeled source dataset and multiple unlabeled target datasets that differ in data distributions, the task is to learn a robust predictor for…

Blended-target Domain AdaptationDomain AdaptationMulti-target Domain Adaptation

Curriculum Design for Teaching via Demonstrations: Theory and Applications

2021-06-08 · NeurIPS 2021 12 · Gaurav Yengera, Rati Devidze, Parameswaran Kamalaruban, Adish Singla

We consider the problem of teaching via demonstrations in sequential decision-making settings. In particular, we study how to design a personalized curriculum over demonstrations to speed up the learner's convergence. We…

Decision MakingReinforcement Learning (RL)Sequential Decision Making

How Do Humans Teach: On Curriculum Learning and Teaching Dimension

2011-12-01 · NeurIPS 2011 12 · Faisal Khan, Bilge Mutlu, Jerry Zhu

We study the empirical strategies that humans follow as they teach a target concept with a simple 1D threshold to a robot. Previous studies of computational teaching, particularly the teaching dimension model and the cu…

Change of Measure in Midcurve Pricing

2018-12-10 · K. E. Feldman

We derive measure change formulae required to price midcurve swaptions in the forward swap annuity measure with stochastic annuities' ratios. We construct the corresponding linear and exponential terminal swap rate prici…

MDCure: A Scalable Pipeline for Multi-Document Instruction-Following

2024-10-30 · Gabrielle Kaili-May Liu, Bowen Shi, Avi Caciularu, Idan Szpektor 외

Multi-document (MD) processing is crucial for LLMs to handle real-world tasks such as summarization and question-answering across large sets of documents. While LLMs have improved at processing long inputs, MD contexts s…

ArticlesInstruction FollowingQuestion Answering