diff --git a/units/en/unit1/rl-framework.mdx b/units/en/unit1/rl-framework.mdx index cf155e7..9745357 100644 --- a/units/en/unit1/rl-framework.mdx +++ b/units/en/unit1/rl-framework.mdx @@ -83,11 +83,11 @@ The actions can come from a *discrete* or *continuous space*:
Mario -
Again, in Super Mario Bros, we have only 5 possible actions: 4 directions and jumping
+
In Super Mario Bros, we have only 4 possible actions: left, right, up (jumping) and down (crouching).
-In Super Mario Bros, we have a finite set of actions since we have only 4 directions and jump. +Again, in Super Mario Bros, we have a finite set of actions since we have only 4 directions. - *Continuous space*: the number of possible actions is **infinite**.