Commit
β’
b74b163
1
Parent(s):
8e117c8
Set the certification process to self paced
Browse files
app.py
CHANGED
@@ -266,8 +266,10 @@ 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
|
270 |
-
- To get an honors certificate, you must **pass 100% of the assignments
|
|
|
|
|
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**.
|
270 |
+
- To get an honors certificate, you must **pass 100% of the assignments**.
|
271 |
+
|
272 |
+
There's **no deadlines, the course is self-paced**.
|
273 |
|
274 |
To pass an assignment your model result (mean_reward - std_reward) must be >= min_result
|
275 |
|