What is Reinforcement Learning?

⇒ Reinforcement learning is an interdisciplinary area of machine learning and optimal control concerned with how an intelligent agent ought to take actions in a dynamic environment in order to maximize the cumulative reward.


⇒ In machine learning, reinforcement learning is one of those ideas that while not very widely applied in commercial applications yet today, is one of the pillars of machine learning.


Untitled

Untitled


<aside> 💡 so reinforcement learning has been used to get helicopters to fly a wide range of stunts or we call them aerobatic maneuvers.

</aside>

<aside> 💡 One way to think of why reinforcement learning is so powerful is you have to tell it what to do rather than how to do it. And specifying the reward function rather than the optimal action gives you a lot more flexibility in how you design the system.

</aside>