From 6a5cb24c60133a4bc8aaf5c4c6ea393e6d0fd9f9 Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Wed, 3 May 2023 18:02:37 +0200 Subject: [PATCH] Update hands-on.mdx --- units/en/unit1/hands-on.mdx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/units/en/unit1/hands-on.mdx b/units/en/unit1/hands-on.mdx index 737fbb4..a7a10f6 100644 --- a/units/en/unit1/hands-on.mdx +++ b/units/en/unit1/hands-on.mdx @@ -34,10 +34,9 @@ So let's get started! 🚀 [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/huggingface/deep-rl-class/blob/master/notebooks/unit1/unit1.ipynb) -You can either do this hands-on by reading the notebook or following along with the video tutorial 📹 : - - +We strongly **recommend students use Google Colab for the hands-on exercises** instead of running them on their personal computers. +By using Google Colab, **you can focus on learning and experimenting without worrying about the technical aspects** of setting up your environments. # Unit 1: Train your first Deep Reinforcement Learning Agent 🤖