homunculus commited on
Commit
67ade0f
1 Parent(s): 4e9bfc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -9
app.py CHANGED
@@ -289,22 +289,18 @@ with block:
289
  gr.Markdown(f"""
290
  # 🏆 The Deep Reinforcement Learning Course Leaderboard 🏆
291
 
292
- This is the leaderboard of trained agents during the <a href="https://huggingface.co/learn/deep-rl-course/unit0/introduction?fw=pt">Deep Reinforcement Learning Course</a>. A free course from beginner to expert.
293
-
294
- ### We only display the best 100 models
295
  If you want to **find yours, type your user id and click on Search my models.**
296
  You **can click on the model's name** to be redirected to its model card, including documentation.
297
 
298
  ### How are the results calculated?
299
- We use **lower bound result to sort the models: mean_reward - std_reward.**
300
 
301
- ### I can't find my model 😭
302
- The leaderboard is **updated every two hours** if you can't find your models, just wait for the next update.
303
-
304
  ### The Deep RL Course
305
  🤖 You want to try to train your agents? <a href="https://huggingface.co/deep-rl-course/unit0/introduction?fw=pt" target="_blank"> Check the Hugging Face free Deep Reinforcement Learning Course 🤗 </a>.
306
-
307
- 🔧 There is an **environment missing?** Please open an issue.
308
  """)
309
  path_ = download_leaderboard_dataset()
310
 
 
289
  gr.Markdown(f"""
290
  # 🏆 The Deep Reinforcement Learning Course Leaderboard 🏆
291
 
292
+ This is a duplicate leaderboard of trained agents from https://huggingface.co/spaces/huggingface-projects/Deep-Reinforcement-Learning-Leaderboard
293
+
294
+ ### It displays the best 100 models
295
  If you want to **find yours, type your user id and click on Search my models.**
296
  You **can click on the model's name** to be redirected to its model card, including documentation.
297
 
298
  ### How are the results calculated?
299
+ It uses **lower bound result to sort the models: mean_reward - std_reward.**
300
 
 
 
 
301
  ### The Deep RL Course
302
  🤖 You want to try to train your agents? <a href="https://huggingface.co/deep-rl-course/unit0/introduction?fw=pt" target="_blank"> Check the Hugging Face free Deep Reinforcement Learning Course 🤗 </a>.
303
+
 
304
  """)
305
  path_ = download_leaderboard_dataset()
306