avatarJonathan Hui

Summary

The website content provides a comprehensive series on Deep Reinforcement Learning and Meta-Learning, offering insights into various algorithms, techniques, and applications within the field.

Abstract

The provided web content outlines a series of articles dedicated to Deep Reinforcement Learning (DRL) and Meta-Learning, emphasizing the complexity and rewards of making decisions through algorithms that learn from interactions with an environment. The articles cover a range of topics from the basics of DRL, such as value learning and policy gradients, to advanced concepts like Trust Region Policy Optimization (TRPO) and Proximal Policy Optimization (PPO). The series also delves into model-based RL, meta-learning, and practical applications, including a discussion on AlphaGo Zero. The author aims to explain these concepts with clarity, avoiding overly fancy talk, and includes equations where necessary to deepen understanding. The series is designed to be a resource for readers to start their journey into DRL and Meta-Learning, with a promise of more articles to be released in the future.

Opinions

  • The author values simplicity in explaining complex DRL concepts, aiming to provide clear understanding rather than impressing with technical jargon.
  • There is an emphasis on the importance of understanding equations to gain a deeper grasp of DRL topics, suggesting that a balance between theoretical and practical knowledge is crucial.
  • The author acknowledges the efficiency of human learning compared to current RL methods and discusses techniques that aim to narrow this gap.
  • The series takes a comprehensive approach, covering both the breadth of DRL topics and the depth of specific algorithms and techniques.
  • The author expresses a commitment to continuing education in the field, with plans to publish additional articles to further assist readers in their learning journey.
  • The content reflects the author's belief in the significance of meta-learning, suggesting that learning how to learn is a fundamental aspect of intelligence and a key area of focus in the field.
  • The series includes a critical examination of various RL algorithms, providing a comparison and tips for selecting the most appropriate one for different scenarios.
  • The author recognizes the contributions of other researchers and educators in the field, expressing gratitude for the collective knowledge that has informed their work.

Deep Reinforcement Learning & Meta-Learning Series

Photo by Tyler Nix

Deep Reinforcement Learning is about making the best decisions for what we see and what we hear. It sounds simple but making a decision is never easy. This subject is one of the hardest and one most rewarding. I try to explain things with an easy to understand angle. I don’t want to fill my readers with fancy talks that feel good but learn nothing. In reality, simplicity makes me see through the subject in better clarity. But I don’t want to skip the equations either. It just needs to be introduced in the proper manner. Understand them helps us to go deeper.

While there are still many articles need to be reviewed before publishing, the published one should give you enough details to start your journey. For the remaining articles, I will try to release them in 2019 Spring. So stay tuned.

Overview

Value-learning

Q-learning

Policy Gradients

Model-based RL

Technologies

Comparison & Tips

Meta-learning

Cheat sheet

Applications

Basic

Credit and references

Reinforcement learning is a huge topic and I owe a lot of debt to many professors, researchers, and bloggers. It is impossible to quote all videos, classes, research papers, and blog that I read. In fact, there are other university courses that help me a lot but I cannot recall the institutes anymore.

For here, I want to list a few that has the biggest impacts on me.

UCL reinforcement Learning

UC Berkeley Reinforcement Learning Bootcamp

Reinforcement Learning: An introduction

Nando de Freitas class

But I want to single out the UC Berkeley Reinforcement Learning course which offers every year for now. I start watching it in 2015. It is a tough course. The lesson on LQR almost made me give up RL. But with some perseverance, that makes the biggest impact on me. I hope it can have the same impact on you too.

Machine Learning
Reinforcement Learning
Deep Learning
Artificial Intelligence
Data Science
Recommended from ReadMedium