Clarifying set of actions possible in Super Mario

This commit is contained in:
Daniel Regado
2023-08-07 18:41:30 +01:00
parent 22d64ab778
commit c3a210fbfb

View File

@@ -83,11 +83,11 @@ The actions can come from a *discrete* or *continuous space*:
<figure>
<img src="https://huggingface.co/datasets/huggingface-deep-rl-course/course-images/resolve/main/en/unit1/mario.jpg" alt="Mario">
<figcaption>Again, in Super Mario Bros, we have only 5 possible actions: 4 directions and jumping</figcaption>
<figcaption>In Super Mario Bros, we have only 4 possible actions: left, right, jumping and ducking</figcaption>
</figure>
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**.