From 4768fd978be9b04de1558627b17bdf0214e54a44 Mon Sep 17 00:00:00 2001 From: Gallouedec Quentin <quentin.gallouedec@ec-lyon.fr> Date: Sun, 5 Feb 2023 19:47:10 +0000 Subject: [PATCH] Add link to HF course --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bebc45..366f6a3 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ The last commit is due before 11:59 pm on Monday, February 13, 2023. Subsequent > ⚠️ **Warning** > Ensure that you only commit the files that are requested. For example, your directory should not contain the generated `.zip` files, nor the `runs` folder... At the end, your repository must contain one `README.md`, three python scripts, and optionally image files for the plots. +## Before you start + +Make sure you know the basics of Reinforcement Learning. In case of need, you can refer to the [introduction of the Hugging Face RL course](https://huggingface.co/blog/deep-rl-intro). + ## Introduction to Gym Gym is a framework for developing and evaluating reinforcement learning environments. It offers various environments, including classic control and toy text scenarios, to test RL algorithms. @@ -158,4 +162,4 @@ Quentin Gallouédec ## License -MIT \ No newline at end of file +MIT -- GitLab