Topic

 

Reinforcement Learning

Reinforcement learning (RL) is an area of machine learning concerned with how software agents ought to take actions in an environment in order to maximize the notion of cumulative reward. Reinforcement learning is one of three basic machine learning paradigms, alongside supervised learning and unsupervised learning.

Reinforcement learning differs from supervised learning in not needing labeled input/output pairs be presented, and in not needing sub-optimal actions to be explicitly corrected. Instead, the focus is on finding a balance between exploration (of uncharted territory) and exploitation (of current knowledge).

from Reinforcement Learning - Wikipedia

This topic includes the following resources and journeys:

 

 

Reinforcement Learning: An Introduction

Richard S. Sutton and Andrew G. Barto
Beginner
Book
Theory

From the book introduction:

The idea that we learn by interacting with our environment is probably the first to occur to us when we think about the nature of learning. When an infant plays...

See More