Spaces:
Runtime error
Runtime error
Commit
Β·
67ade0f
1
Parent(s):
4e9bfc9
Update app.py
Browse files
app.py
CHANGED
|
@@ -289,22 +289,18 @@ with block:
|
|
| 289 |
gr.Markdown(f"""
|
| 290 |
# π The Deep Reinforcement Learning Course Leaderboard π
|
| 291 |
|
| 292 |
-
This is
|
| 293 |
-
|
| 294 |
-
###
|
| 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 |
-
|
| 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 |
|