WHAT IS REINFORCEMENT LEARNING?
Reinforcement learning is a type of AI machine learning. Computers usually act following a human-created program. With reinforcement learning, however, a computer can understand the current situation by itself, set its own rules, and determine what action to take. Humans do not need to set the rules with a program. For a computer to determine what action to take next, it needs a lot of experiences, including experiences of failure, just as humans do.When we teach a robot some action, tightening a screw, for example, we make it try that action again and again. This is how it learns.
During reinforcement learning, a computer makes repeated attempts at actions and is evaluated (rewarded) based on how well it achieved the objective. It revises its action to get a higher evaluation, gradually getting closer and closer to the objective. Reinforcement learning is the part of AI that learns through the principle of “practice makes perfect”. It is the part of AI that finds success from failure.