paper-with-me

홈 › Papers

Automatic Curriculum Learning through Value Disagreement

2020-06-17 · NeurIPS 2020 12 · Yunzhi Zhang, Pieter Abbeel, Lerrel Pinto

Continually solving new, unsolved tasks is the key to learning diverse behaviors. Through reinforcement learning (RL), we have made massive strides towards solving tasks that have a single goal. However, in the multi-task domain, where an agent needs to reach multiple goals, the choice of training goals can largely affect sample efficiency. When biological agents learn, there is often an organized and meaningful order to which learning happens. Inspired by this, we propose setting up an automatic curriculum for goals that the agent needs to solve. Our key insight is that if we can sample goals at the frontier of the set of goals that an agent is able to reach, it will provide a significantly stronger learning signal compared to randomly sampled goals. To operationalize this idea, we introduce a goal proposal module that prioritizes goals that maximize the epistemic uncertainty of the Q-function of the policy. This simple technique samples goals that are neither too hard nor too easy for the agent to solve, hence enabling continual improvement. We evaluate our method across 13 multi-goal robotic tasks and 5 navigation tasks, and demonstrate performance gains over current state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2006.09641

Code (1)

zzyunzhi/vds 공식 구현 tf

Tasks

Reinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Diversify & Conquer: Outcome-directed Curriculum RL via Out-of-Distribution Disagreement

2023-10-30 · Daesol Cho, Seungjae Lee, H. Jin Kim

Reinforcement learning (RL) often faces the challenges of uninformed search problems where the agent should explore without access to the domain knowledge such as characteristics of the environment or external rewards. T…

Reinforcement Learning (RL)

Robust Collaborative Learning with Noisy Labels

2020-12-26 · Mengying Sun, Jing Xing, Bin Chen, Jiayu Zhou

Learning with curriculum has shown great effectiveness in tasks where the data contains noisy (corrupted) labels, since the curriculum can be used to re-weight or filter out noisy samples via proper design. However, obta…

Learning with noisy labelsSelection bias

Curriculum Learning for Speech Emotion Recognition from Crowdsourced Labels

2018-05-25

This study introduces a method to design a curriculum for machine-learning to maximize the efficiency during the training process of deep neural networks (DNNs) for speech emotion recognition. Previous studies in other m…

Emotion RecognitionMulti-class ClassificationSpeech Emotion Recognition

Diversify \& Conquer: Outcome-directed Curriculum RL via Out-of-Distribution Disagreement

2023-09-21 · NeurIPS 2023 11

Reinforcement learning (RL) often faces the challenges of uninformed search problems where the agent should explore without access to the domain knowledge such as characteristics of the environment or external rewards. T…

Selector-Guided Autonomous Curriculum for One-Shot Reinforcement Learning from Verifiable Rewards

2026-05-03 · Rudray Dave, Vedang Dubey, Smit Deoghare, Sudhakar Mishra arxiv

Recently, Reinforcement Learning from Verifiable Rewards (RLVR) has been established as a highly effective technique for augmenting the math reasoning skills of Large Language Models (LLMs) based on a single instance. Cu…

Reinforcement Learning