A Brief Introduction to Reinforcement Learning
A Brief Introduction to Reinforcement Learning
read about RL here before writing https://spinningup.openai.com/en/latest/
Summary: In this post I will discuss the details of reinforcement learning and its applications. Code examples will be used for demonstration but the theory and background knowledge will be the main focus.
Reinforcement learning (RL) is a relatively newer approach to tackling a different set of machine learning tasks. RL is becoming increasingly popular due companies such as DeepMind and OpenAI having massive success in projects such as AlphaGo Zero and the Gym python library.