From 0bfbb6d7b8e9837fc9192acfaaae47205d5cf02c Mon Sep 17 00:00:00 2001 From: rym-oualha <56199788+rym-oualha@users.noreply.github.com> Date: Sat, 30 Oct 2021 11:27:29 +0100 Subject: [PATCH] Update README.md --- 8-Reinforcement/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/8-Reinforcement/README.md b/8-Reinforcement/README.md index 13a9d417..29cb4a4f 100644 --- a/8-Reinforcement/README.md +++ b/8-Reinforcement/README.md @@ -1,4 +1,4 @@ - Introduction to reinforcement learning +# Introduction to reinforcement learning Reinforcement learning, RL, is seen as one of the basic machine learning paradigms, next to supervised learning and unsupervised learning. RL is all about decisions: delivering the right decisions or at least learning from them.