From 5a46e3946702d0de5622d0efd8e203f291ae78c1 Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Mon, 5 Dec 2022 17:56:36 +0100 Subject: [PATCH] Update rl-framework.mdx --- units/en/unit1/rl-framework.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/units/en/unit1/rl-framework.mdx b/units/en/unit1/rl-framework.mdx index b8e50d9..d5d62ab 100644 --- a/units/en/unit1/rl-framework.mdx +++ b/units/en/unit1/rl-framework.mdx @@ -12,8 +12,6 @@ To understand the RL process, let’s imagine an agent learning to play a platfo The RL process -\$\sqrt{2}\$ - - Our Agent receives **state \\(S_0\\)** from the **Environment** — we receive the first frame of our game (Environment). - Based on that **state \\(S_0\\),** the Agent takes **action \\(A_0\\)** — our Agent will move to the right. - Environment goes to a **new** **state \\(S_1\\)** — new frame.