ThomasSimonini HF staff commited on
Commit
b74b163
β€’
1 Parent(s): 8e117c8

Set the certification process to self paced

Browse files
Files changed (1) hide show
  1. app.py +4 -2
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 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
 
 
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