Merge pull request #380 from guiyrt/suggestion/unit1

Suggestions on unit 1
This commit is contained in:
Thomas Simonini
2023-08-08 13:44:12 +02:00
committed by GitHub

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, up (jumping) and down (crouching).</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**.