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:

 

 

Multi-agent reinforcement learning: An overview

L. Bus ̧oniu, R. Babusˇka, and B. De Schutter
Intermediate
Peer Reviewed Paper
Theory

From the abstract:

Multi-agent systems can be used to address problems in a variety of do- mains, including robotics, distributed control, telecommunications, and economics. The complexity...

See More