In this video, we will learn about two great RL methods for self supervised exploration - Curiosity and Random Network Distillation (RND). We will use a popular on-policy RL algorithm (A2C or Advantage Actor-Critic) to do our exploration of this fascinating space. Along the way, we will learn some code examples in Python and Pytorch, and study why exactly these methods work and the various challenges they solve. Curiosity teaches agents to explore states that they find the least predictable, and RND teaches agents to explore states that are the most "novel". The neural network architectures behind the two are incredibly simple yet genius, and they avoid noisy reward hacking solutions for a more streamlined intrinsic rewarding approach.
#reinforcementlearning #ai #deeplearning
Members get access to EVERYTHING behind-the-scenes that go into producing my videos. Plus, it supports the channel in a big way and helps to pay my bills.
Papers: