Variance reduction for policy gradient with action-dependent factorized baselines
Variance reduction for policy gradient with action-dependent factorized baselines Read More »
Category Added in a WPeMatico Campaign
We’re launching a transfer learning contest that measures a reinforcement learning algorithm’s ability to generalize from previous experience.
We’re releasing an experimental metalearning approach called Evolved Policy Gradients, a method that evolves the loss function of learning agents, which can enable fast training on novel tasks. Agents trained with EPG can succeed at basic tasks at test time that were outside their training regime, like learning to navigate to an object on a
We’re proposing an AI safety technique which trains agents to debate topics with one another, using a human to judge who wins.
On March 3rd, we hosted our first hackathon with 100 members of the artificial intelligence community.
We’re providing 6–10 stipends and mentorship to individuals from underrepresented groups to study deep learning full-time for 3 months and open-source a project.
We’ve developed a simple meta-learning algorithm called Reptile which works by repeatedly sampling a task, performing stochastic gradient descent on it, and updating the initial parameters towards the final parameters learned on that task. Reptile is the application of the Shortest Descent algorithm to the meta-learning setting, and is mathematically similar to first-order MAML (which