Model-Based Meta Reinforcement Learning
Last Updated on July 24, 2023 by Editorial Team
Author(s): Sherwin Chen
Originally published on Towards AI.
Dive into a model-based meta-RL algorithm that enables fast adaptation
Image by mrthoif0 from Pixabay
Much ink has been spilled on with model-free meta-RL in the previous article. In this article, we present a model-based meta-RL framework, proposed by Nagabandi&Clavera et al., that can adapt to changes of environment dynamics fastly. Long story short, this method learns a dynamic model that can fastly adapt to the environment changes and uses this model to do model predictive control(MPC) to take action. It is worth noting that the adaptive nature of the learned dynamic model is especially important not only in meta-learning but also in model-based RL since it alleviates the requirement of… Read the full blog for free on Medium.
Join thousands of data leaders on the AI newsletter. Join over 80,000 subscribers and keep up to date with the latest developments in AI. From research to projects and ideas. If you are building an AI startup, an AI-related product, or a service, we invite you to consider becoming aΒ sponsor.
Published via Towards AI