From c0d0ef65f436cab675309e969270881a0194ed60 Mon Sep 17 00:00:00 2001 From: Vidushi Gupta <55969597+Vidushi-Gupta@users.noreply.github.com> Date: Thu, 8 Jun 2023 15:34:44 +0530 Subject: [PATCH] Removed broken link --- 8-Reinforcement/2-Gym/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/8-Reinforcement/2-Gym/README.md b/8-Reinforcement/2-Gym/README.md index 8564c2058..b5e4237a6 100644 --- a/8-Reinforcement/2-Gym/README.md +++ b/8-Reinforcement/2-Gym/README.md @@ -1,7 +1,7 @@ # CartPole Skating The problem we have been solving in the previous lesson might seem like a toy problem, not really applicable for real life scenarios. This is not the case, because many real world problems also share this scenario - including playing Chess or Go. They are similar, because we also have a board with given rules and a **discrete state**. -https://white-water-09ec41f0f.azurestaticapps.net/ + ## [Pre-lecture quiz](https://gray-sand-07a10f403.1.azurestaticapps.net/quiz/47/) ## Introduction