LGAIMay 3, 2024

Proximal Curriculum with Task Correlations for Deep Reinforcement Learning

arXiv:2405.02481v110 citationsh-index: 34IJCAI
Originality Incremental advance
AI Analysis

This addresses the problem of slow training in RL for complex tasks, offering a domain-agnostic solution that is incremental over prior curriculum methods.

The paper tackles curriculum design for deep reinforcement learning in multi-task settings, proposing ProCuRL-Target to accelerate training by balancing task difficulty and leveraging task correlations, with experimental results showing effectiveness over state-of-the-art baselines.

Curriculum design for reinforcement learning (RL) can speed up an agent's learning process and help it learn to perform well on complex tasks. However, existing techniques typically require domain-specific hyperparameter tuning, involve expensive optimization procedures for task selection, or are suitable only for specific learning objectives. In this work, we consider curriculum design in contextual multi-task settings where the agent's final performance is measured w.r.t. a target distribution over complex tasks. We base our curriculum design on the Zone of Proximal Development concept, which has proven to be effective in accelerating the learning process of RL agents for uniform distribution over all tasks. We propose a novel curriculum, ProCuRL-Target, that effectively balances the need for selecting tasks that are not too difficult for the agent while progressing the agent's learning toward the target distribution via leveraging task correlations. We theoretically justify the task selection strategy of ProCuRL-Target by analyzing a simple learning setting with REINFORCE learner model. Our experimental results across various domains with challenging target task distributions affirm the effectiveness of our curriculum strategy over state-of-the-art baselines in accelerating the training process of deep RL agents.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes