diff --git a/README.md b/README.md index 3f71fbbb2a5fbd6b83fb25e58055dd091ccc4008..a2a41cc66d72572d0281a576ed5b76e8b02bd306 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.