From 5db001cf356108c396244a9572852cab988b2feb Mon Sep 17 00:00:00 2001 From: Dellandrea Emmanuel <emmanuel.dellandrea@ec-lyon.fr> Date: Thu, 14 Dec 2023 11:44:49 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f71fbb..a2a41cc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# Hands-On Reinforcement Learning +# TD 1 : Hands-On Reinforcement Learning + +MSO 3.4 Apprentissage Automatique + +# In this hands-on project, we will first implement a simple RL algorithm and apply it to solve the CartPole-v1 environment. Once we become familiar with the basic workflow, we will learn to use various tools for machine learning model training, monitoring, and sharing, by applying these tools to train a robotic arm. -- GitLab