Keep the IDLI steaming
Reinforcement Learning (RL) is a genre of Machine Learning in which an agent learns to choose optimal actions in different states in order to reach its specified goal, solely by interacting with the environment through trial and error. Unlike supervised learning, the agent does not get examples of "correct" actions in given states as ground truth. Instead, it has to use feedback from the environment (which can be sparse and delayed) to improve its policy over time. The formulation of the RL problem closely resembles the way in which human beings learn to act in different situations. Hence it is often considered the gateway to achieving the goal of Artificial General Intelligence.
The motivation of this talk is to introduce the audience to key theoretical concepts like formulation of the RL problem using Markov Decision Process (MDP) and solution of MDP using dynamic programming and policy gradient based algorithms. State-of-the-art deep reinforcement learning algorithms will also be covered. A case study of the application of reinforcement learning in robotics will also be presented.
</p>
Anirban Santara is a Google India Ph.D. Fellow in the Department of Computer Science and Engineering at IIT Kharagpur. He has three years of experience in Deep Learning applications in diverse areas like Healthcare, Aerospace, Industrial Process Optimization, and Automotive. His current area of focus is Reinforcement Learning for Autonomous Driving.
Below is the video of online session lecture. Written on April 29th, 2017 by