Spaces:
Runtime error
Runtime error
Commit
•
7e51363
1
Parent(s):
1a48e11
Update app.py
Browse files- Add refresh button information
app.py
CHANGED
@@ -197,6 +197,8 @@ with block:
|
|
197 |
This is the leaderboard of trained agents during the Deep Reinforcement Learning Course. A free course from beginner to expert.
|
198 |
|
199 |
Just choose which environment you trained your agent on and with Ctrl+F find your rank 🏆
|
|
|
|
|
200 |
|
201 |
We use **lower bound result to sort the models: mean_reward - std_reward.**
|
202 |
|
|
|
197 |
This is the leaderboard of trained agents during the Deep Reinforcement Learning Course. A free course from beginner to expert.
|
198 |
|
199 |
Just choose which environment you trained your agent on and with Ctrl+F find your rank 🏆
|
200 |
+
|
201 |
+
** If you don't find your model, go to the bottom of the page and click on the refresh button**
|
202 |
|
203 |
We use **lower bound result to sort the models: mean_reward - std_reward.**
|
204 |
|