From 5130cf126e733a3724fa3eac100495a16f4a193a Mon Sep 17 00:00:00 2001 From: Daniel Regado Date: Tue, 8 Aug 2023 11:23:59 +0100 Subject: [PATCH] Rephrased possible actions in Super Mario --- units/en/unit1/rl-framework.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/en/unit1/rl-framework.mdx b/units/en/unit1/rl-framework.mdx index fbba374..9745357 100644 --- a/units/en/unit1/rl-framework.mdx +++ b/units/en/unit1/rl-framework.mdx @@ -83,7 +83,7 @@ The actions can come from a *discrete* or *continuous space*:
Mario -
In Super Mario Bros, we have only 4 possible actions: left, right, jumping and ducking
+
In Super Mario Bros, we have only 4 possible actions: left, right, up (jumping) and down (crouching).