TLDRocket
Sign in

AI Model Training

52 summarised stories about AI Model Training, each linking back to the original source. Browse all topics →

Sunday, 23 June 2019

Meta Reinforcement Learning

Lilian Weng 7 years ago

Meta-reinforcement learning is a research approach where agents are trained across distributions of related tasks to quickly adapt to new unseen tasks with minimal exposure. The field traces back to 2001 work by Hochreiter et al. on meta-learning, with modern formulations like Wang et al. (2016) and Duan et al. (2017) using recurrent neural networks with memory to internalize task dynamics. Key techniques include LSTM-based policies that incorporate previous actions and rewards, meta-learning algorithms like MAML and meta-gradient RL, and diverse task distributions during training to enable rapid adaptation at test time.