TLDRocket
Sign in

Active Learning

14 summarised stories about Active Learning, each linking back to the original source. Browse all topics →

Wednesday, 29 January 2020

Curriculum for Reinforcement Learning

Lilian Weng 6 years ago

Curriculum learning trains machine learning models more efficiently by ordering training samples from simple to complex, a technique proposed by Jeffrey Elman in 1993 that has since been applied extensively to reinforcement learning. Key concrete approaches include task-specific curricula that sort examples by difficulty metrics, teacher-student frameworks where one agent selects training tasks for another, and self-play methods where competing agents create natural curriculum progression through interaction. Adopting curricula can accelerate convergence speed and improve generalization, though poorly designed curricula may harm performance, making it essential to balance task difficulty with agent capability during training.