From c8fe275665308ae6540a9f0a3417490b93b22e9c Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Thu, 4 May 2023 07:01:20 +0200 Subject: [PATCH] Update hands-on.mdx --- units/en/unit2/hands-on.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/units/en/unit2/hands-on.mdx b/units/en/unit2/hands-on.mdx index 79fa795..f8dd666 100644 --- a/units/en/unit2/hands-on.mdx +++ b/units/en/unit2/hands-on.mdx @@ -46,12 +46,12 @@ In this notebook, **you'll code your first Reinforcement Learning agent from scr Environments -###🎮 Environments: +### 🎮 Environments: - [FrozenLake-v1](https://gymnasium.farama.org/environments/toy_text/frozen_lake/) - [Taxi-v3](https://gymnasium.farama.org/environments/toy_text/taxi/) -###📚 RL-Library: +### 📚 RL-Library: - Python and NumPy - [Gymnasium](https://gymnasium.farama.org/)