Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Big Update of August #379

Merged
merged 5 commits into from
Aug 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions units/en/communication/certification.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@

The certification process is **completely free**:

- To get a *certificate of completion*: you need **to pass 80% of the assignments** before the end of September 2023.
- To get a *certificate of excellence*: you need **to pass 100% of the assignments** before the end of September 2023.
- To get a *certificate of completion*: you need **to pass 80% of the assignments**.
- To get a *certificate of excellence*: you need **to pass 100% of the assignments**.

There's **no deadlines, the course is self-paced**.

<img src="https://huggingface.co/datasets/huggingface-deep-rl-course/course-images/resolve/main/en/unit0/certification.jpg" alt="Course certification" width="100%"/>

Expand Down
15 changes: 9 additions & 6 deletions units/en/unit0/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,11 @@ This is the course's syllabus:

You can choose to follow this course either:

- *To get a certificate of completion*: you need to complete 80% of the assignments before the end of September 2023.
- *To get a certificate of honors*: you need to complete 100% of the assignments before the end of September 2023.
- *As a simple audit*: you can participate in all challenges and do assignments if you want, but you have no deadlines.
- *To get a certificate of completion*: you need to complete 80% of the assignments.
- *To get a certificate of honors*: you need to complete 100% of the assignments.
- *As a simple audit*: you can participate in all challenges and do assignments if you want.

There's **no deadlines, the course is self-paced**.
Both paths **are completely free**.
Whatever path you choose, we advise you **to follow the recommended pace to enjoy the course and challenges with your fellow classmates.**

Expand All @@ -72,8 +73,10 @@ You don't need to tell us which path you choose. **If you get more than 80% of t

The certification process is **completely free**:

- *To get a certificate of completion*: you need to complete 80% of the assignments before the end of September 2023.
- *To get a certificate of honors*: you need to complete 100% of the assignments before the end of September 2023.
- *To get a certificate of completion*: you need to complete 80% of the assignments.
- *To get a certificate of honors*: you need to complete 100% of the assignments.

Again, there's **no deadline** since the course is self paced. But our advice **is to follow the recommended pace section**.

<img src="https://huggingface.co/datasets/huggingface-deep-rl-course/course-images/resolve/main/en/unit0/certification.jpg" alt="Course certification" width="100%"/>

Expand Down Expand Up @@ -113,7 +116,7 @@ About the team:
- <a href="https://twitter.com/RisingSayak"> Sayak Paul</a> is a Developer Advocate Engineer at Hugging Face. He's interested in the area of representation learning (self-supervision, semi-supervision, model robustness). And he loves watching crime and action thrillers 🔪.


## When do the challenges start? [[challenges]]
## What are the challenges in this course? [[challenges]]

In this new version of the course, you have two types of challenges:
- [A leaderboard](https://huggingface.co/spaces/huggingface-projects/Deep-Reinforcement-Learning-Leaderboard) to compare your agent's performance to other classmates'.
Expand Down
4 changes: 2 additions & 2 deletions units/en/unit1/hands-on.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,8 @@ We see with `Observation Space Shape (8,)` that the observation is a vector of s
- Vertical speed (y)
- Angle
- Angular speed
- If the left leg contact point has touched the land
- If the right leg contact point has touched the land
- If the left leg contact point has touched the land (boolean)
- If the right leg contact point has touched the land (boolean)


```python
Expand Down
2 changes: 1 addition & 1 deletion units/en/unit5/how-mlagents-works.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ With Unity ML-Agents, you have six essential components:

## Inside the Learning Component [[inside-learning-component]]

Inside the Learning Component, we have **three important elements**:
Inside the Learning Component, we have **two important elements**:

- The first is the *agent component*, the actor of the scene. We’ll **train the agent by optimizing its policy** (which will tell us what action to take in each state). The policy is called the *Brain*.
- Finally, there is the *Academy*. This component **orchestrates agents and their decision-making processes**. Think of this Academy as a teacher who handles Python API requests.
Expand Down
Loading