mirror of
https://github.com/huggingface/deep-rl-class.git
synced 2026-04-08 21:30:45 +08:00
Merge pull request #380 from guiyrt/suggestion/unit1
Suggestions on unit 1
This commit is contained in:
@@ -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**.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user