Commit
Β·
8e117c8
1
Parent(s):
a1d4d56
Update app.py
Browse files
app.py
CHANGED
|
@@ -266,8 +266,8 @@ with gr.Blocks() as demo:
|
|
| 266 |
# π Check your progress in the Deep Reinforcement Learning Course π
|
| 267 |
You can check your progress here.
|
| 268 |
|
| 269 |
-
- To get a certificate of completion, you must **pass 80% of the assignments before
|
| 270 |
-
- To get an honors certificate, you must **pass 100% of the assignments before
|
| 271 |
|
| 272 |
To pass an assignment your model result (mean_reward - std_reward) must be >= min_result
|
| 273 |
|
|
|
|
| 266 |
# π Check your progress in the Deep Reinforcement Learning Course π
|
| 267 |
You can check your progress here.
|
| 268 |
|
| 269 |
+
- To get a certificate of completion, you must **pass 80% of the assignments before September 30th 2023**.
|
| 270 |
+
- To get an honors certificate, you must **pass 100% of the assignments before September 30th 2023**.
|
| 271 |
|
| 272 |
To pass an assignment your model result (mean_reward - std_reward) must be >= min_result
|
| 273 |
|